You need to sign in to do that
Don't have an account?
Kunal Purohit 4
How to update the field value using configuration?
Hi,
I am having an Object named ProspectUSer__c. I want to update the timezone__c field based on AreaCode__c, StateCode__c and ZipCOde__c values at time of insert/update. But again the values of these three fields need to be get from custom metadata.? How to perform this fucntionality using configuration. Please suggest.
I am having an Object named ProspectUSer__c. I want to update the timezone__c field based on AreaCode__c, StateCode__c and ZipCOde__c values at time of insert/update. But again the values of these three fields need to be get from custom metadata.? How to perform this fucntionality using configuration. Please suggest.
Do you mean that you have timezone value in custom settings and you want to update the value on custom object based on areacode,statecode and zipcode in custom metadata setting?
Thanks,