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
neao18neao18 

bind api name with Object in apex

hi all i have a problem i have all api name ob object in map. now how to bind it in class.

as object__c.Account__c 

 

here Account__c is api name and its in a map.

So how do I bind values from a map to object.api expression.