Skip to main content
1-Visitor
June 30, 2015
Question

Hook into OIR Upload Process

  • June 30, 2015
  • 1 reply
  • 1036 views

I want to fire off some processes when a new OIR is Uploaded/Imported.

 

Is there any documentation that details what files or tables are impacted by this process?

 

My current strategy is to look for new rules in the table or file and then fire off my processes.  Is there a better way of handling this scenario?

 

Any help is appreciated!

1 reply

jbloom1-VisitorAuthor
1-Visitor
July 24, 2015

I am going to create an INSERT trigger on TypeBasedRule to fire off my process.