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
SFDC85SFDC85 

Apex trigger to update custom object field

Much appreciated to those who stop by and take a look. I am relatively new to the world of Apex coding and trying to execute what I think is  an easy Apex Trigger to update the value of a field in a custom object . Below I will list the details..

 

 

Authorizations.Payer_Authorizations_Date__c (This value once populated needs to be transfered into another custom object called Progress_Notes__c) the field is named Authorized_From__c (which is where I want my data updated when the other object field is populated with a date.

 

Again its hard to be a newbie sometimes but eh thats life trying to hit the ground running.

 

Thanks Everyone.

Ritesh AswaneyRitesh Aswaney

what is the relationship between Authorizations and Progress_Notes__c ? Potentially Progress_Notes__c looks up to Authorizations ?

What does Authorized_From__c need to hold ? The date from Authorisations.Payer_Authorizations_Date__c ?