


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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
thanks for the info.
Views
Replies
Total Likes