Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @Darshil_Shah1 ,Regarding this =>In your case, you should make use of the $TriggerObject to reference the CO data of the CO that triggered your campaign. I have tried this.1. I created an Email script token and named it my.Updated_Application_ID => ${TriggerObject.applicationID}(Note: I have chec...
Hi @Darshil_Shah1 ,Thanks for the reply.Regarding this =>You could set up an aux. field on your primary CO linked to the Person object to also store the owner score value, so you're able to pinpoint the exact CO records that have both the criteria in place in the same CO record i.e., Application Sta...
Hi @SanfordWhiteman ,Thanks for the reply.Regarding this =>@SanfordWhiteman wrote: The item at index 0 is an arbitrary object; even if you believe there’s only one such object per person, you still should sort the list by specific fields. Marketo itself will never ensure there’s only one object. (Of...
We've established a custom data structure involving two distinct custom objects: "Application" and "Owner". The "Application" custom object is associated with the standard "Lead/Person" object in a one-to-many manner, indicating that a single lead can have multiple applications.Similarly, the intent...
I have a custom object named "application" that is associated with People/Leads. I'm aiming to incorporate the fields from the "application" into an email. This email should be triggered whenever there is a change in the status of any application field. To achieve this, I'm utilizing a velocity emai...
Can we retrieve comprehensive information about updated Marketo fields within our backend?Approach I've taken: I've established a Marketo webhook and integrated the endpoint URL. Additionally, I've configured a trigger to initiate a webhook request to our endpoint whenever there's a "data value chan...
Hi,Can we still not have a relationship like => Grandparent (Lead or Company) → Child (Master) → Grandchild (Detail) schema as of today ? @SanfordWhiteman