I have created a wizard with 3 pages. Page 1 uses a model of set up object. Page 2 uses the model of transaction object.
I implemented a custom delete action button which runs a javascript and uses abandonrow method. The sequence of steps for the problem are, as follows
a) I delete a row in page 1 using this button,
b) I click a custom mass action button on page 1 and the records from set up model are still available in page 2 throughh params.
I need to use the params from step 2 to create transaction records, which is creating unwanted records.
As a solution, I tried to add additional action(‘Save Model’) after the javascript script runs but it is creating records in set up object.
Please help.
Question
AbandonRow not updating the model in page 2 of wizard
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

