Forum Post: RE: After Create Trigger does not run after Object created by Java Custom Trigger

  • Thread starter Thread starter cohezive
  • Start date Start date
Status
Not open for further replies.
C

cohezive

Guest
The "java.code" is a couple hundred lines of code referencing a large library from Amazon Marketplace Web Calls. Now that you have asked for the specific java code making the call, I can provide that. Here are the specific calls (and yes, null is already set): DataObjectHandler.update(runner.getTransaction(), data, fieldmap, runner.getUser(), null); DataObjectHandler.update(runner.getTransaction(), data, fieldmap, runner.getUser(), null); API log is checked. This is the only output in main.log from the Trigger call: [2015-04-06 21:48:05,389] Action "Get Product Listing Info" has been performed on 1 Product Listing Lookups

Continue reading...
 
Status
Not open for further replies.
Back
Top