Need to programmatically create a work item in RTC when a record is created in CQ
New to the API world. Is there an example out there of the steps/code needed to generate the creation of a work item in RTC when a record in CQ is generated and saved? Basically - automatically generated the bridge link so as the user in CQ does not have to create 2 records. Any guidance is very appreciated!
One answer
One solution is the CQ synchronizer.
With respect to API start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ explains the basics and links to other posts. It uses the WorkItemOperation from https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation
With respect to API start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ explains the basics and links to other posts. It uses the WorkItemOperation from https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation