You need to sign in to do that
Don't have an account?

Issues with cross-object workflow field updates
Hi there,
I am trying to perform a workflow field update, that will set the Account Country (standard field) to the same value as Prospect Country (custom field - prospect=opportunity renamed).
I have a workflow rule that triggers everytime a record is created or edited (with rule criteria "true", so it triggers everytime).
My field update has the following details:
Object: Account
Field to Update: Account: Billing Country
Field Data Type: Text
Formula Value: Prospect__pr.Country__c
Unfortunately this doesn't work. When editing the account record, it changes the country to null.
What am I doing wrong here??
Thanks!