I have a table that is connected to sub tables. Through an interface I want the user to select the record and I can update it.I want to know how I can configure a button that updates directly in the database and how to connect it to a process model.
This is the interface and we have a button that takes us directly to the registry to update it.
This is the interface to update I already have the buttons, but I want to know how to configure them so that it is updated in the database.
Discussion posts and replies are publicly visible
You can make use of the a!writetoDataStoreEntity on the saveInto of the button. Take a look at this recipe to adapt to your use case.
Use the Write to Data Store Entity Smart Service Function on an Interface - Appian 21.2