You need to sign in to do that
Don't have an account?
Amit Chaudhary
Query retrieve related record on query editor but in Apex class it return Id Why ?
select name,Paper_Plan__r.name from Converted_Customer__c
this query print paper_plan__r.name value .
but same query giving Id when i am writing in apex class . why and how i can access related value in apex class .
this query print paper_plan__r.name value .
but same query giving Id when i am writing in apex class . why and how i can access related value in apex class .
However, do take care of the following: