Data360 DQ+

 View Only
  • 1.  Referencing environment properties within transition scripts in DQ+ case workflows?

    Posted 02-10-2020 14:28

    The RUNTIME() function seems to be valid within the JavaScript associated with a case transition - the editor provides help and autocompletion for it, but RUNTIME() always seems to return null. 

      // Javascript for a case transition
      var rtprop = RUNTIME('MyEnvProp');
      // rtprop will be null here even through environment property MyEnvProp is defined for the environment

    Any suggestions on how to access environment properties within a JavaScript defined for a case management workflow transition? 

    Thanks.



  • 2.  RE: Referencing environment properties within transition scripts in DQ+ case workflows?

    Posted 02-14-2020 12:09

    Hi Rob,

    RUNTIME function is supported only in Analysis. 



  • 3.  RE: Referencing environment properties within transition scripts in DQ+ case workflows?

    Posted 02-14-2020 12:26

    Thanks, Brenda. Is there documentation that tells which functions are and are not available within transition scripts? 



  • 4.  RE: Referencing environment properties within transition scripts in DQ+ case workflows?

    Posted 02-17-2020 06:32

    Hi Rob,

    Although our documentation does not list which are supported functions, most of the generic functions should work. Please respond back if you should come across another instance and we'll be happy to look into it for you.