Global Properties Report With Job Usage

13 votes

There is an existing report that lists out all of the global variables and their values, but it also needs to show everywhere the variables are used. We've had a case where we needed to change the value of a global variable for a specific job, but we didn't want to change it until we knew everyplace it was used. We didn't want to fix one job and then break one or more other jobs. SMA support ended up adding another variable and changed the failing job to match that new variable, because no one knew all the places the original variable was actually used. However, this didn't fix our real problem, just created new ones. Knowing everyplace a variable is used can help prevent such problems.

Collecting community feedback OpCon Suggested by: Hidden identity Upvoted: 15 Feb Comments: 0

Comments: 0