Hi All,
I have a custom module name "inventory" in this module i have created one custom field "abc" .
i already applied the duplicate check validation on create and record page (create.js and record.js) the validation is working fine and system already check duplicate values giving also warning error message.
but problem is when user import the data via sugar import facility at that time system unable to validate the duplicate value
i have gone through sugar guide and applied one approach
https://support.sugarcrm.com/documentation/sugar_developer/sugar_developer_guide_12.0/data_framework/vardefs/working_with_indexes/#Creating_Indexes_for_Import_Duplicate_Checking
it is also working fine, but my client wants automatic validation just like create and record page validation.
meaning end user don't want to move the fields from 'available fields' to 'Fields to check'
anybody can suggest me other approach, so that user that there is no user interaction and system automatically validate duplicate check during import
Any suggestions would be appreciated
Thanks