Skip to main content
I have a process that allows user to add a new account-related object: service, to an account.

 

When they hover over the Service related object and click NEW, they select a record type, then proceed to next few fields required to create the new service.

 

What I'd like to do is auto-populate the field SERVICE NAME with the current record account name using process builder....what is the proper formula to capture the CURRENT RECORD ACCOUNT NAME
1 resposta
  1. 5 de fev. de 2021, 12:17
    Hi Ken,

     

    You should be able to get it by clciking in the Field box when writing a formula, go with AccountID>Name.

     

    Your formula will look something like [Service]Account.Name, but make sure you click in the box so you have the proper API name
0/9000