Showing posts with label failed to get value of the attachments column from the attachments field type control. Show all posts
Showing posts with label failed to get value of the attachments column from the attachments field type control. Show all posts

Thursday, May 16, 2013

failed to get value of the attachments column from the attachments field type control

 Control issues and resolutions

Issue After customizing New Item and Edit form : Failed to get value of the “Attachments” column from the “Attachments” field type control.  See details in log. Exception message: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)..

Resolution : 
Update the template value in customized form as below:
find  Failed to get value of the “Attachments” column from the “Attachments” field type control.  See details in log. Exception message: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)..
  <TemplateName xmlns="http://schemas.microsoft.com/WebPart/v2/ListForm">ListForm</TemplateName>

Change it to 
  <TemplateName xmlns="http://schemas.microsoft.com/WebPart/v2/ListForm">ListForm2</TemplateName>

This should resolved the problem 


If you found this post helpful to you or think it should have some modification to it , please let me know by comments below..

failed to get value of the "attachments" column from the "attachments" field type control. see details in log. exception message: guid should contain 32 di.