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
LeeCLeeC 

Field Updater - Different Objects

Hello,

 

I am looking at updating a field on the Contracts object based on a Picklist value in a different object which I created called Jobs. I have tried looking in workflow / field update but I can not see any reference to anything except the Job's object fields. Is there a way to link these two different objects?

 

Thanks,

 

Lee

hisrinuhisrinu

You can do with the help of a trigger but not with workflow

LeeCLeeC

Does that mean it would have to be coded in Apexi? Would you happen to have any coding I could refer to?

 

I am trying to use cross object formula's but that doesnt work, has anyone else used them? 

 

ISPICKVAL( Job_Number__r.Job_Status__c , "Invoiced")

 

This is a workflow in contracts which should be triggered when an object in the Job object is set to Invoiced.

 

Thanks,

 

Lee