Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

trigger a process when a record is inserted into database

Avatar

Former Community Member

Hi, could someone tell me how to do the following (if it's possible):

when a record is inserted into a table in a database,

I want it to somehow trigger an action which will put an item into user's To-Do inBox of the WorkSpace,

the user can then open the form in the To-Do and use it to view the data in the newly inserted record.

this "user"'s login ID is part of the inserted record.

thanks

3 Replies

Avatar

Former Community Member

Mmm, trigger?  I don't know of a way.


But I supposed you could have a process that has a timer that peroidically queries the database for changes and then do the same thing.

You could also perhaps write a Service and then use the Java API to start a process?

Maybe take a look here

http://blogs.adobe.com/livecycle/2010/12/how-to-invoke-a-livecycle-process-periodically.html

Avatar

Level 10

Look at the following URL:

http://blog.sforce.com/sforce/2009/02/calling-web-services-from-a-trigger-.html

This article explains how to invoke a Web Service from a database trigger.

I hope you could find a way from there..

Nith