I have a SKU mapping set up to check a checkbox. The criteria used is "SKU includes". The mapping is not working. I set up this mapping as the only one in a sandbox environment to eliminate any competing mappings. I've deleted and recreated the mapping. Still not getting the box to check. I've researched and confirmed that there is no unrelated automation set up to uncheck this box. Can you help me troubleshoot this mapping? I've granted access to the sandbox if you'd like to look in the org. Org ID: 00Dc0000003w5am
Announcement
Collapse
Information Needed
To help us with upgrading your instance please make sure to:
See more
See less
Custom Mapping - SKU Map not working
Collapse
X
-
Tags: None
-
I have an update to this request. We found that there was a C&P field that had a similar api name to the custom field I was mapping to and the code was attempting to update the C&P field rather than our field. The C&P field was CnP_PaaS__Tax_deductible__c and our field was Tax_deductible__c. Our theory is that the code used for custom mapping can not see the namespace in the field name and was finding the C&P field first, thus attempting, but failing, to update it. So my new request is, can you edit your code to look for the full api name, including the namespace so that we can avoid this in the future. Thanks! -
Good day @[email protected]
Please note that Salesforce doesn't consider the namespace and it works on FIFO (FIRST-IN-FIRST-OUT) process. You will need to change that at your end.
Hope that helps.Regards,
Click & Pledge Support Department
On Salesforce? Help us by rating our app: Click & Pledge Donor Management on AppExchange
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support available Join between 3:00 - 3:30 p.m. ET Monday - Thursday: https://clickandpledge.com/webinars/
Are you on Salesforce? Join us at the Power of Us Hub: https://powerofus.force.com/0F980000000CjpCComment
Comment