You need to sign in to do that
Don't have an account?
RonSF
Unable to access lookup field values
Hi All
I am trying the below to access the lookup field's value and I get null.
ObjA.fieldA__c = ObjB.fieldB__r.Name
where fieldB is a lookup field to object C
Whats wrong here ?
I am trying the below to access the lookup field's value and I get null.
ObjA.fieldA__c = ObjB.fieldB__r.Name
where fieldB is a lookup field to object C
Whats wrong here ?
It looks like the syntax is correct, but how do you assigning that ObjB, can you please share full code ?
Thank & Cheers,
Jigar(pateljb90@gmail.com)