Clarity

 View Only
  • 1.  Process starts Condition - OBS

    Posted Apr 06, 2020 11:38 AM
    Hi guys.

    I gotta an issue building a process.

    The start condicion is bounded to the OBS of a proyect, and I want to start it when the OBS change.

    Something like (OBS != OBS.oldValue) but i see thats not the correct nomenclature as atributes.

    Did anybody face this problem before?


  • 2.  RE: Process starts Condition - OBS
    Best Answer

    Posted Apr 07, 2020 02:55 AM

    Hello Esteban

    If the OBS is being updated by an interface like scheduled file imports then you can use a validation script to check if the values differ in PRJ_OBS_ASSOCIATIONS and NBI_DIM_OBS datamart table. If OBS is changed manually then enable Audit and validation script should  check for changes there and proceed. 

    Otherwise, I would suggest to use a flag or Actions menu drop down for initiating process.

    Thanks
    NK