This Function Is used to Save User Info with custom message. The data saved can be seen in the User Access Log.
Syntax:
TraceUserAccess(Message,optional:true/false)
where
The Message is a custom message, while the optional Value determines whether the rule executes synchronously or asynchronously, based on whether it is set to true or false.
Example:
TraceUserAccess(Open,true)
The Message and User details saved using this rule will be visible in the User access log inside the Transaction log.