Custom Mailing Labels
Instructions
Original Query:
SELECT name, mailingstreet,mailingcity, mailingstate, mailingpostalcode
FROM contact WHERE id
IN (select SDOC__Contact__c from SDOC__SDJob__c where ownerid = '{{!User.id}}')Updated Query:
SELECT contact.name
,contact.mailingstreet
,contact.mailingcity
,contact.mailingstate
,contact.mailingpostalcode
FROM case
WHERE id IN (select Case__c from SDOC__SDJob__c where ownerid = '{{!User.Id}}') Last updated
Was this helpful?

