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
rakiraki 

How to Populating Similar fields

I am looking for fields to update in one object to other I mean there are similar fields in both the objects Test1 & Test2, Test2 had the look up to Test1 object so if we enter the details in test2 object then the fields relationships in the Test1 should reflect. how to do this. I haven't done this before

 

eg:

 

      objects: Test1__c              Test2__c
       Fields:  stage__c(lookup)      stage__c(lookup)
                Type__c(PickList)     Type__c(PickList)    
                Field__c(lookup)      Field__c(lookup)