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
SKollcakuSKollcaku 

Update standard field name based on another field value chosen

Hi everyone,

I am trying (through workflows) to update automatically a standard field name (Industry in the Account tab) when a specific Account Type Record value is chosen.
Is there any way to manage this without code?
How can i acces to the field names using Apex classes in triggers?


Thanks a lot,
Skender
Best Answer chosen by SKollcaku
doravmondoravmon
I think you can add a formula option under the field you want to update.