I have a custom object called 'Emergency' which has 3 Look up fields:
Related Case ID - Looks up to the Case object to display the Related Case ID
Person of Interest - Looks up to Account object to display the Account Name
Receipt Number - Looks up to Purchase Slip object to display Receipt Number.
I am using Process builder to get the following done:
On the creation of an Emergency Record:
If Related Case ID is populated on the Emergency record then populate the Person Of Interest and Receipt Number.
If Receipt Number is populated then populate the Person of Interest
So far I only have it up to the point where I have specified that Related Case ID is populated. Can you pleaste tell me how I can proceed further from here?
11 answers
Hi Minhaj,
Aha, now it is clearer 😊
When selecting the value to populate your Person of Interest field you need to select Case (or Service Item, can’t remember which is displayed if you have renamed it) and then select the Account field.
Same for Receipt Number – choose Case then Receipt Number.
Thanks,
Mike.