Skip to main content
1-Visitor
July 26, 2019
Question

Get edited information of Infotable and update external database

  • July 26, 2019
  • 1 reply
  • 2134 views

Hey guys,

 

I'm working on a project and got a simple problem.

I've got an InfoTable which is feeded with data from an Oracle database.

 

In this InfoTable I have one column which is editable (orange rectangle in first screen).

 

 

 

 

I would like to change the content from "HELLO"  to , in this example, "HELLO WORLD!" (orange rectangle in second screen).

 

 

Then I have a button which calls a service when clicked.

 

In this service I would like to retrieve the changed information from the column and make an update

with this new information on my external Oracle database.

 

Haven't seen a solution for that so far.

 

To resume the problem:

 

How can I get the edited values of an InfoTable and save them in an external database?

 

 

Thanks for your help

 

 

 

1 reply

etc61-VisitorAuthor
1-Visitor
July 26, 2019

The screens didn't appear in my question so I added them here.

 

 

1Screen1Screen2Screen2Screen

Support
August 28, 2019

Hi @etc6.

 

Please refer to the Working with External Databases guide available in the Developer Portal.

 

Regards.

 

--Sharon

etc61-VisitorAuthor
1-Visitor
September 2, 2019

Hey thanks for the response.

I've checked the article and it explains how to write the data into a database.

 

No I only need the method/function which can retrieve the edited information from the InfoTable cell.

I could imagine that I need a specific event trigger, like onCellChange or a thing like that which calls the service 

to save the changed value into a variable.

 

Do you guys have an idea which trigger I would fit my requirement?