My salesforce admin has just commented thatthe lookup fields are on the custom object to the Opp & ContactBut the Opp & Contact doesn't have a lookup back to the custom objectCould...
It is being suggested that I would not see these options
this is my velocity coding
#if( $Commerce_Request__clist.size() > 0 )
#set( $request = $Commerce_Request__clist.get(0) )
$...
I have synced the scheme for a Salesforce custom object, and I have set up some velocity scripts to pull through the data into an email. The problem I have is the data isn't pullin...
My salesforce admin team have created a new object linked to an Opportunity.I wanted to check if this should be visible in Marketo?I have visited the Salesforce Objects Sync follow...
I've just tested this and answered my own question. I used a different stage to test on, and the email went to the contact on the opportunity. Just need to repeat it to make sure i...
thank you for the reply.if I use the opportunity trigger how does it know who to send the email too. What is the filter I need to make sure I have the correct person.I didn't know ...
Hi, I'm just looking for a steer on the best approach...I want to set up a trigger to listen for changes in an opportunity, and then send an email. This will be a custom field = Tr...