Script

Thursday, April 11, 2019

{Fix} Error : SYSTEM POPULATED FIELD FOR THE XML REPRESENTATION OF THE LAYOUT OF THE FORM OR DASHBOARD

Error : Importing solution in CRM throws “system populated field for the xml representation of the layout of the form or dashboard”

Solution:
When you get this error,follow the below steps to get this resolve,
  • Note the entity name from import customization window
  • Compare the custom fields schema name between source and target environment
           for e.g
            Source environment : crm_CustomField
            Target environment : crm_customfield

Note that field name between source and target environment are vary in above step,where C and F are caps in source and its small letters in target environment,this cause the import issue

  • List down the conflict fields
  • Recreate the fields and make sure fields are sync between source and target environment
            for e.g
              Source environment : crm_CustomField
              Target environment : crm_CustomField

No comments:

Post a Comment