Question
1
Replies
2023
Views
CIBC
Posted: June 12, 2017
Last activity: June 13, 2017
Closed
the recommended way to handle the exception of data page
when using connect as the source of the data page, which one followings is the recommended way to handle the exception:
option1 - using post load activity. by determine the datapage error, do proper handle.
option2 - using the response data transform. there is pre generated "when" step in the DT when you create response DT from the data page config.
Thanks,
Hi,
There might be situations where the response datatransform itself is not executed because of some exceptions. So its better to use post load activity to handle exceptions.