How to get the Owner Name and Last Modified By Name in Task Object?
Below is the Query to get the Owner Name and Last Modified By Name in Task Object
SOQL:
select owner.name,LastModifiedBy.name from task where id =t.id
Complete Salesforce Realtime Examples
0 comments:
Post a Comment