Data360 DQ+

 View Only
  • 1.  Referencing case item values within transition scripts in DQ+ case workflows?

    Posted 12-12-2019 15:39

    DQ+ allows a script to be defined that is executed when a case item moves from one state to another. Can fields from the case item making the transition be read or updated within this script? For example, how might you copy the system-defined "Owner" field of a case to a user-defined field called "LastOwner"? Thanks.



  • 2.  RE: Referencing case item values within transition scripts in DQ+ case workflows?

    Posted 12-13-2019 09:25

    I eventually found my answer in the help documentation under User Guide/Case Store/Building Case Store Definitions/Other properties/Background processing script syntax:

    To reference any Case Store field in your script, regardless of whether it is an input or an output, use the caseData keyword.

    For example:

    if(caseData.Age <= 30) {

    caseData.Age_Bucket = ‘Under 30';

    }

    Consider this question answered!



  • 3.  RE: Referencing case item values within transition scripts in DQ+ case workflows?

    Employee
    Posted 01-29-2020 07:00

    Thanks for posting Rob!  One cool feature recently added within this Infogix Support site is that search results now display results that are found within the product documentation. For example, if you search "casedata" there are results that help you find what you are looking for faster.

     

    More Info:

    https://support.infogix.com/hc/en-us/articles/360040485913-Search-results-now-includes-Data360-Documentation-results

     

     

     

    Attached files

    Search Results.PNG