Hi All,
Is it possible to capture values assigned to each of the User Constants under workflow configuration and write it to a file once the workflow is completed. Important is to capture the run time values of the constant and not the saved values in Yxmd file.
So for example there is a constant "ABC" with value as 10 saved under yxmd file but during the execution the value is changed from 10 to 20 and workflow is executed, I want to capture value as 20 for constant "ABC'.
I know there is a way to refer [User.ABC] under the formula and another field can be created which will hold the value as 20 and this can be written to an output file but the problem is I need to implement this for 70+ graphs each having individual 10-15 user defined constants. I wanted to have an automated way (Macro) for doing this task rather then creating 10-15 fields in the formula for 70+ graphs