Could you please outline the order in which objects are inserted into the salesforce database when a transaction is processed?
Specifically, I'm curious whether the Custom Questions are inserted before or after the Opportunity.
And, if they are inserted after (as my tests seem to indicate), would be possible to insert them before? It would be nice if all C&P objects are inserted before the Opportunity is inserted. That way, we can do any processing needed in one step when the Opportunity is inserted.
Thanks
Specifically, I'm curious whether the Custom Questions are inserted before or after the Opportunity.
And, if they are inserted after (as my tests seem to indicate), would be possible to insert them before? It would be nice if all C&P objects are inserted before the Opportunity is inserted. That way, we can do any processing needed in one step when the Opportunity is inserted.
Thanks
Comment