Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Run rules based upon Job Name

    Posted 09/10/20 07:53 PM

    There is a business requirement to run the rules based upon the job name of the running batch. Does datacap stores job name In any form to use in the business logic?



    #IBMDatacap
    #Support
    #SupportMigration


  • 2.  RE: Run rules based upon Job Name

    Posted 09/10/20 07:59 PM

    Yes! It can be store through go the google cloud and other resources.



    #IBMDatacap
    #Support
    #SupportMigration


  • 3.  RE: Run rules based upon Job Name

    Posted 09/10/20 08:04 PM

    The workflow name is store in the admin db in the job table. Not sure if that is what you are asking. I would look at the admin db it's table.



    #IBMDatacap
    #Support
    #SupportMigration


  • 4.  RE: Run rules based upon Job Name

    Posted 09/11/20 01:26 PM

    Zeeshan,

    Call an rrCompare or rrContains action as the first action in your function, you can then use , which is a smart parameter that returns the current job that is running the batch (ie. (rrContains("Email","","False") ). If this returns true, the next actions will run, if it returns false the next actions will not run.

    Hope this helps!



    #IBMDatacap
    #Support
    #SupportMigration


  • 5.  RE: Run rules based upon Job Name

    Posted 09/14/20 10:26 AM

    Dear,


    Thank you so much for this. This has worked for me.



    #IBMDatacap
    #Support
    #SupportMigration