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) |