Hi,
I have a Document page called "Expense Document" in this we have lines called "Expense Lines".
first, we need to enter the data and insert one line for the created Document.
When we are submitting the document the OnNextRecord trigger is executing, but I like to ignore that OnNextRecord trigger for once,
it has to word same as before for the scenarios except when we are submitting the document.
In submit action I wrote CurrPage.Close() it has to close the page without running the code which present in the OnNextRecord trigger.
Is it possible to do that.
Please suggest your thoughts on this.