Hi, As I understand, api_application.doCommit commits all changed datasources to the database, but is there an option to commit only changes made in a single datasource? (something like api_datasource.doCommit(<datasource_name>) Thanks, Michiel |
Hi Michiel, The team implemented this feature today. It will be available in the next version. |
Hi Michiel, there is just one commit api, api_application.doCommit |
Hi Michiel, If this is a critical feature you need or would make your life much easier, we can implement it relatively quickly. |
Hi Yalim, This is indeed a critical feature for me.
For example, when a user is in the process of entering a shipment, and finds that he is missing some master data in order to complete the shipment registration process, he needs to be able to add the master data (for example a new customer) and after that complete the shipment. It would be great if it were possible in Formspider to commit only a single datasource to the database if you want to. Thanks, Michiel |
Hello, the 1.6 API's says: public docommit(in_datasourcename_tx IN varchar2) public docommit(in_datasourcenames_tt IN tt_datasourcenames) but the package spec in in FS 1.6 has only the old one public procedure. (procedure doCommit;) Is this feature not implementet in FS1.6 ? Thanks Uwe Hi Uwe, These APIs are existing under Regards,
(20 Nov '13, 10:51)
Ibrahim Sand... ♦♦
|