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
ChazDadChazDad 

Simple 'HelloWorld!" walkthrough

I feel that I am overthinking the whole 'HelloWorld' trigger example -

I'm recently new to Dev in SFDC - but have coded javascript and html for years ---

Can someone be kind enough to direct me to code examples and/or walk me through the simple (initiation) of getting 'Hello World' to auto-populate in a custom field by saving an Account record and or filling in a related field, thusly populating (a separate) field?   Thanks So Much!

 

again, I think I'm basically over-conceptualizing the process

ChazDadChazDad

Got it - created a class <ChazaMatazz> and applied it in HelloWorld fashion - then created a Trigger <ChazaMatazz.addChazaMatazz (Trigger.new)>  into <FieldName_c>

Voila!!