Hi,
I am currently creating a system in which the user is navigated through a variety of edit pages through a custom network of buttons. The user is presented with an edit page for a particular table, fills the values he/she wants, and then continues to the next page.
Currently, my system is contingent upon the user pressing the "Save" button native to PHPRunner before executing a custom button such that this button reads the values in the table. Currently, for ease of flow for the future users, I need is some way to call a method that achieves exactly what "Save" does or the location of the code that is executed when "Save" is pressed.
I have read a few of the other forum posts about situations similar to this, but I do not just have one button that is contingent upon the save; if so, the solution would be to utilize the event pages for after "Save" is executed and proceed with my custom code. Rather, I have a variety of executable codes that depend on the record being updated with the user selection and would like to throw in some conditionals to utilize the "Save" beforehand provided necessary conditions are fulfilled.
Thank you for any input!