Disable Success Message after Raw Custom Action

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
psecretan
User
Posts: 15

Disable Success Message after Raw Custom Action

Post by psecretan »

Is there a way to disable Success Message after Raw Custom Action ?
Thanks


mobhar
User
Posts: 11744

Post by mobhar »

Simply put the following code in "Page_Load" server event of the List page:

Language()->setPhrase("CustomActionCompleted", "");


Post Reply