Core Substitution Context
Org Name
Variable substitution for the Org Name of a stub.
There are many situations where it is useful to reference the name of the org associated with a stub. This might be true when you want to log data, report information, or perform actions that are specific to the org.
Usage
Use the substitution org.basic.descname
or org.basic.domain
in your action definitions to dynamically insert the Name of the current org.
Example
Action definition:
Substituted definition:
In this example, the ~~org.basic.descname
substitution is replaced with the actual name of the org associated with the stub (e.g., "Example Org"). This allows you to track which org is performing the action without hardcoding their details, ensuring that your stubs remain flexible and maintainable.