You need to sign in to do that
Don't have an account?
Sampath palli 2
Field update by using Workflow rule
Hai all
I have an requirememnt to create field update action using workflow rule
For example i have two custom objects like Credit card and payment .both are having Master-Detail relationship means here credit card object is parent and payment object is child
When i enter Amount in payment object ammount field it automatically update the limit filed in credit card object i have write the formula like this but it's throw error
I have an requirememnt to create field update action using workflow rule
For example i have two custom objects like Credit card and payment .both are having Master-Detail relationship means here credit card object is parent and payment object is child
When i enter Amount in payment object ammount field it automatically update the limit filed in credit card object i have write the formula like this but it's throw error
You don't need to explicitly write = in your formula. Simply write Amount__c + Credit_Card__r.Limit__c in your formula to assign the value.
Thanks,
Pankaj