Singleton Class
The Singleton
system class allows you to run Rules or Actions a single time.
Any Rule or Action logic written against the singleton class will only run once. This can be useful for a number of tasks e.g Initialising Session scoped Temporary Values.
Note: The Singleton
class has no attributes and you will not be able to run a report on the class.