09-21-2013 02:48 PM
Hi everybody.
I would like to know what are the differences between the "steps" that an event entity has, for example the OnAfterInsert Event for an entity has Pre execute steps, a primary steps, Post Execute steps and Post Flush steps.
I'm exposing entities as web services with SData in order to Integrate Saleslogix with a third party application, and I'm using business rules which are created as a primary step for the entity to process the information received. I have realized that the SData response with an http status only after that business rule event is executed, is it possible that the SData web service responses only when the information is inserted in the exposed entity and not after that the business rule is executed?
Thanks.