But can we remove messages from the data transform?
We can try to use functions to clear messages from the primary page in data transform.
@pxClearMessages() - to clear messages from the primary page.
@pxClearMessages( Page clipboard page) - this is to clear messages from the specific page.
Generally, these functions will be used in error handling in the data page response data transform.
Set | param.status | equal to | @pxClearMessages() |
Set | param.status | equal to | @pxClearMessages(tempPage) |
Can you please share a post on data transform in brief
ReplyDeleteSure..will post soon.
Deletecan we call activity in Data transform..?If yes please elaborate.
ReplyDelete@pxExecuteAnActivity(Page Name,activity Name)
ReplyDelete