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
Arash RahnArash Rahn 

Process Builder Field Picker

Hi, I have a problem with the concept of field picker in Process Builder. For example, in the images below, I do not understand what this is. I just understand that in the Case object, look for Contact field, and cannot get the rest of it.

In another example, I cannot get what [Account].Createdby.Contact.AccountID is. Would you please explain to me what this concept is. Do you know any material that can help me to understand this coding concept?
User-added imageUser-added image
Jakub Kołodziej 7Jakub Kołodziej 7
1.Case can be realted to Contact record which can be related to account record.
User-added image
Contact has AccountId or Account.Id - both are the same.

In second example :
Createdby is User, on User object you have ContactId (used for partner community license). 
Contact has AccountId or Account.Id - both are the same.