function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Keneth Rodriguez 2Keneth Rodriguez 2 

Outbound Messages Informatica Synchronization

Hi,

I was trying to synchronize on real time, my Salesforce account with SQL Server through the informatica platform, but looks like it works very well for insertions and updates, but I wanted to implement the deletion as well. But I couldnt found the option, below I attached an image to clarify what options I have available.
 
Any alternative way to synchronize using outbound messages?

Options
   
I will apreciate any help!
Thanks a lot !
 
SonamSonam (Salesforce Developers) 
When setting up Outbound messaging using Workflow - the above will be the only options available. What you can explore is callout from a trigger which can be triggered at record deletion as well -

reference:
http://stackoverflow.com/questions/2745452/salesforce-fire-a-soap-outbound-message-using-apex