Simulate login
(Automatically adding template at the end of the page.) |
(Adding message template to the top of the page) |
||
Line 1: | Line 1: | ||
{{message|Write the content here to display this box}} | |||
In the MDrivenDesigner System prototyper, it is possible to add an expression to simulate login. This will be useful if your logic checks the current user - the prototyping does not identify the current user and requests no login. | In the MDrivenDesigner System prototyper, it is possible to add an expression to simulate login. This will be useful if your logic checks the current user - the prototyping does not identify the current user and requests no login. | ||
Revision as of 22:36, 16 June 2024
This page was created by Hans.karlsen on 2017-03-27. Last edited by Edgar on 2025-01-20.
Write the content here to display this box
In the MDrivenDesigner System prototyper, it is possible to add an expression to simulate login. This will be useful if your logic checks the current user - the prototyping does not identify the current user and requests no login.
Consider this expression in the "Exp to run on start" box:
SysSingleton.oclSingleton.CurrentUser := SysUser.allinstances->select(username='someusername')->first