Solution Variables and Library Actions
作者:@matty
Is there a place to add constants for Library actions or will they pickup on the Solution constants? Currently I am hardcoding them into the library Action as a variable but would like to see if I should do this another way.
Thanks!
- SStephen Parker @stephenparker
You can use Global Constants - Server Settings. These will be available everywhere. You can use Solution constants also - these will only be available if the Automation is called from an Automation in that Solution.