Where I'm struggling for some reason is with the formatting of the content that is posted to both feeds.
I cant quite figure how insert/merge the 'myVariable_current.Primary_Contact__c' field into the above statement. Can someone point me in the right direction?
4 réponses
Wait wait, do you want to put the name of the Primary contact or the link for the primary contact? For link, refer to previous reply, and for name, you will have to do something like this:
... [Account].Primary_Contact__r.FirstName +" "+ [Account].Primary_Contact__r.LastName ...