<code>@ssurl(objecttype,action,identifier)@</code>
* The "objecttype" is the type of object being referenced, example "Signup".* The "Action" is the thing being done or opened, example “View” or "Creatlevelone"* The "identifier" parameter may consist is the name of more than 1 objectthe thing being referenced, example the name you have given a sign-up page or an autoloader. Multiple If there are multiple identifier objects can be separated by , separate them using double semicolons ( ;; ) as a delimiter. * For some Note configuration teams should ensure all objects, the system enforces should have a unique namingidentifier (name). For example, if you create an autoloader named "MyAutoloader", it is possible to create another autoloader also named "MyAutoloader". In these situations, we two autoloaders with the same name the system will simply only return the object autoloader with the lower ID. '''Note:''' Configuration should avoid these scenarios to begin with.
==Usage Examples==