• SF IT
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
We are implementing Salesforce as IDP and Magento as a service provider. We have created a connected app and user can login from Community via salesforce and redirect back to the SP. The issue we are facing is when the logout request is sent from SP to Salesforce, the user ends up on the Salesforce community login page. We do not find a way to redirect back to SP.Is there a way to redirect back to Magento SP?
  • November 23, 2017
  • Like
  • 1
We are implementing Salesforce as IDP and Magento as a service provider. We have created a connected app and user can login from Community via salesforce and redirect back to the SP. The issue we are facing is when the logout request is sent from SP to Salesforce, the user ends up on the Salesforce community login page. We do not find a way to redirect back to SP.Is there a way to redirect back to Magento SP?
  • November 23, 2017
  • Like
  • 1
Hi Community

We are working on a triggered send logic for Opportunity object. We are doing this in the Salesforce Marketing Cloud connector. 
According to the Marketing Cloud documentation we added the foolowing trigger for Opportunity object.
 
Trig_Opportunity on Opportunity (after insert, after update) 
{ 
    et4ae5.triggerUtility.automate('Object Name'); 
}
Once we added this trigger we are getting the following error when create new opportunity record.
>> Developer script exception : Trig_Opportunity : Trig_Opportunity: execution of BeforeInsert caused by: System.NullPointerException: Attempt to de-reference a null object (et4ae5)

Does anyone know how to fix this issue? 

Thanks in advance.