The workflowoutboundmessage tag has no wiki summary.
3
votes
1answer
28 views
Outbound Messaging: ActionId
I'm investigating the use of Outbound messaging for some integrations we need to make with SalesForce.
According to the documentation, the outbound message includes an ActionId field which is a ...
3
votes
1answer
53 views
Getting a SVC/SOAP webservice to a consumable state for force.com
I'm wondering if there is a way for me to get a .Net - made web service into a state that Salesforce can recognize? What I have to work with is a service that is made with Visual Studio and comes ...
0
votes
0answers
51 views
Event Sync - Salesforce Public Calendar with SharePoint Calendar
The ask is to sync the event details from Salesforce Public Calendar with SharePoint Calendar. This should happen when an event is created in SF. I would like your views on the feasibility of using ...
2
votes
1answer
16 views
Outbound Message & Attachment
Is it possible to send an uploaded file (attachment) to an Enterprise Server via an Outbound Message?
1
vote
2answers
103 views
php SOAP webservice failing to send an acknowledgement (ack) response to Salesforce
I am trying to set up a very simple webservice to consume salesforce outbound messages using php SoapServer class.
The salesforce outbound messages are being successfully received by the ...
4
votes
1answer
61 views
Accumulating workflow outbound message notifications into batches
I have an existing workflow rule on a custom object that fires on create or edit. The criteria looks for changes in specific custom fields.
When the criteria are meet the outbound message is sent to ...
1
vote
1answer
27 views
Receiving multiple outbound messages for single event
We have set up outbound messaging that is triggered when new accounts are created. It seems that SalesForce is sending us 5 instances of the outbound SOAP message with identical content.
Have others ...
5
votes
1answer
183 views
Integration - Outbound Messages - configure Endpoint URL dynamically!
Hello guys!
Scenario: I am sure all of you come across this everyday if you do integrations. I have 2 sets of machines (Training and Production). The outbound messages in prod. instance point towards ...
3
votes
1answer
36 views
Including relationships in outbound messages
Is this even possible?
Example: Department is a Child of Account.
The UI Wizard only includes Department fields on outbound message selector.
Found this link
Is there a way to manually edit the ...
0
votes
2answers
57 views
Download WorkflowOutboundMessage type from metadata API
Attempting to perform a deploy on a set of unpackaged Workflow Rules and I'm getting an error that my workflows are missing: WorkflowOutboundMessage - is it possible to download these in the IDE or ...