Security Using Session Variable
Security Using Session Variable is used for more complex level of security. This is how it is done.
- In the tab Program > section Security Properties type the function in Create security as shown below:
- Here f-get-xsest(‘p-varname’): This function retrieves the value from xsession table.

In the above example, creating a new record is allowed only when the value of session variable (‘p-varname’) is ‘grant’ otherwise create is not allowed.