Question
TechM
IN
Last activity: 8 Feb 2023 5:32 EST
Exception handling for DataSet-Execute method
Hello!!!
I am using DataSet-Execute with save in my activity. And need to include a check after the method to retry the save if the method fails. I am unable to check the status of the method using any of the below traditional checks we use in the step Jump conditions.
1)StepStatusFail
2)hasMessages
3)pxThread.pyMethodStatus
When there is any Fail/Exception in the method, activity ends without going to next steps.
Could not find any alternative OOTB activity for DataSet-Execute(tried with DataSetSave activity but behaves same).
Appreciate your suggestions.