Developer Tips: Script Alternatives Using Instance Level Variables
In a script, instance level variables are the variables you declare in the general declarations section of your code. This means any method in your object can see and update them. In workflows, these are called Workflow Process Properties. Every step in your Workflow Process can read from and write to these properties. You can also use them to pass information to sub-processes. They work the same way as instance variables do in scripts. Read this blog article for this developer top: https://bit.ly/46mJdiI
#SiebelCRM