How to trigger changes on External Object-External Table ?

Posted by Meryk on 27-Oct-2015 11:12

Hi,

We have an external object created from an external table. The table is constantly populated/updated.

Now we want to trigger off every change from both side, ie: we have a Trigger that runs on Update, this trigger is running when we updtae a record via Rollbase, but it is not when the update is done from the dataBase.

Is that how it works? How can we achieve that otherwise please?

Thank you

Meryem

Posted by Srinivas Panyala on 28-Oct-2015 01:01

We have a runTrigger REST API. You can invoke this API whenever you update the record.

documentation.progress.com/.../

Thanks

Srinivas

All Replies

Posted by Rajkumar Mateti on 27-Oct-2015 14:47

Hi,

Yes, That's how it works. i.e., Triggers will fire when record updated via Rollbase.

Thanks,

Rajkumar

Posted by Srinivas Panyala on 28-Oct-2015 01:01

We have a runTrigger REST API. You can invoke this API whenever you update the record.

documentation.progress.com/.../

Thanks

Srinivas

Posted by Meryk on 28-Oct-2015 09:46

Hi,

Let's say I have a trigger to run on Update.

How can I use this API to run the trigger only on the record that has been updated, as I can not send any parameters in the API? i.e : if we call runTrigger, will it run it on ALL the records?

Thanks,

Meryem

Posted by Anoop Premachandran on 28-Oct-2015 10:26

You can pass record ID in trigger - &objName=person&id=314452&triggerId=TR1

Posted by Meryk on 28-Oct-2015 12:30

Sorry my bad, missed the record Id in the documentation.

thanks

This thread is closed