SalesForce Activity for Insertion activity's output SalesForceStatus object is not returning any message on Success

SalesForce Activity for Insertion activity’s output SalesForceStatus object is not returning any message on Success

The Object has three properties Success, Message and ErrorCode.
When the success is returned as true the errorCode is blank which is acceptable but the Message should return the SalesForce Id of the inserted object the test values panel returns the ID in message as expected due to which i have a overhead of using Execute SOQL to fetch the last inserted value’s ID.

Could anyone help with this as the test values panel returns the ID in message but not while actually performing the insertion?

Hi Rahul,

You were able to get the id?

Hi,

The Id property is available on the Configure dialog. You need to assign a variable to it to retrieve the Id in that variable.

Hope this helps.

Regards,
Bhushan

1 Like

Yeah thank you so much @Bhushan.Khadpe