OIC decision table
                
                                    
                                  in Integration             
            Summary
Hi all,
We're building an integration which synchronizes job application statuses between ORC and an external system. 
We will fetch the current status from ORC and the external system, and then based on the combination of statuses a decision needs to be taken. I'm thinking of 2 possible ways to do that currently. 
Option 1. I make a lookup in OIC, in which i can put the concatenated statuses of both ORC and the external system in it, and based on that make the decisions. It would look something like this:
Status ARES | Status ORC | Combined statuses | Nihil? | Error report? | Create?
            Tagged:
            
        
0