Hi All.
I have the record ID. Now i want to get value of some fileds of that record ID,
can you please help with that.
Suppose
EntityReference RecordRef = (EntityReference)context.InputParameters["Target"];
Here i am getting Record Id in RecordRef. now i want to get Value of some fileds of that record USING RecordRef ID
Thank you for Your help





