Forum Discussion

Joe Fedorowicz's avatar
Joe Fedorowicz
Iron Contributor
Mar 09, 2018

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

  • 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

     

Resources