function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JMallingJMalling 

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! 

 

Message Edited by JMalling on 05-15-2009 01:06 AM