Welcome!
This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!
Hi,
The OnAfterSave is executed in the successful execution of the POST of New, Edit, Delete and Cancel action. So you can use AFTER_SAVE_JS to define the code executed after Delete. The «data.Operation» will have the value "Delete".
There is also one more way to associate the code «after delete» in the manwin FORM_CODEJS as follows:
$("#form-modal").data("callbackDelete", function (data) {
// your after delete code is here
});
Keep Informed
About the Community
This platform is for beginners and experts willing to share their Genio knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
Read Guidelines
Question tools
21 follower(s)
Stats
Asked: 9/8/20, 4:19 PM |
Seen: 1521 times |
Last updated: 9/9/20, 3:01 PM |