SBL-DAT-00523 error with Workflows
One of my customer has a requirement where they would like to make address fields mandatory from CRMOD on edit of Contact record. User should not allow remove Country, Number/Street, City, State, Post Code values while saving the Contact record.
Solution Approach: A work flow has been written to keep a check whether Country, Number/Street, City, State, Post Code fields are cleared by the user. If not, don’t allow user to save the record.
Workflow Details:
Trigger Event: Before modified record saved
Workflow Rule Condition : ([<ContactType>] <> LookupValue("CONTACT_TYPE", "SP Contact")) OR (([<AlternateCountry>] IS NOT NULL) AND ([<AlternateAddress1>] IS NOT NULL) AND ([<AlternateCity>] IS NOT NULL) AND ([<AlternateProvince>] IS NOT NULL) AND ([<AlternateZipCode>] IS NOT NULL))