LogonEntWithDialog Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogonEntWithDialog() method opens the Entity Logon dialog box. This overload of the method specifies that the user can use this dialog to log on to and log off of any entity that the user has permission to access.
| Overload | Description |
|---|---|
| LogonEntWithDialog(Boolean) | The LogonEntWithDialog() method opens the Entity Logon dialog box. This overload of the method specifies that the user can use this dialog to log on to and log off of any entity that the user has permission to access. |
| LogonEntWithDialog(Boolean,Object) | The LogonEntWithDialog() method opens the Entity Logon dialog. This overload of the method specifies that the user can use this dialog to log on to and log off of any entity that the user has permission to access and that also appears in the entity filter. |
| LogonEntWithDialog(Boolean,Object,String) | The LogonEntWithDialog() method opens the Entity Logon dialog. This overload of the method allows for entity logon via the entity selection form. If the logon form was invoked from another control on the same form and it was cancelled, the form is not displayed. |