Forum Discussion
Joe Fedorowicz
Mar 09, 2018Iron Contributor
Using Patch and Submit button
Hey,
I have a multi-screen app setup that functions as an entry/edit for a list. I've set up the Patch function in OnSave to handle this, but when editing it just submits a new entry...I'd like it to edit the existing.
Here is my function:
Patch('Traffic Processing Requests',Defaults('Traffic Processing Requests'),Screen1.Updates,Screen1_1.Updates,Screen1_2.Updates,Screen1_3.Updates,Screen1_4.Updates,Screen1_5.Updates,Screen1_6.Updates, Form1.Updates);Exit(false)
Thanks for any help.
1 Reply
- Joe FedorowiczIron Contributor
This is what I want to do...I have to figure out how.
https://powerusers.microsoft.com/t5/General-Discussion/Using-the-Patch-function-to-either-create-OR-update-a-record/m-p/52339#M21835