<code>@ssurl(objecttype,action,identifier)@</code>
* The "objecttype" is the type of object being referenced, example "Signup".for a registration page
* The "Action" is the thing being done or opened, example “View” or "Creatlevelone"
* The "identifier" is the name of the thing being referenced, example the name you have given a sign-up page or an autoloader. If there are multiple identifier objects, separate them using double semicolons ( ;; ) as a delimiter. Note configuration teams should ensure all objects should have a unique identifier (name). if you create two autoloaders with the same name the system will only return the autoloader with the lower ID.