Objects/Codeunits/Codeunit 3702 Environment Information Impl.
Codeunit 3702 Environment Information Impl. in 21
Jonas Paprotka, System Application 21.5.53619.63803, checked
- App
- System Application
Procedures, 12Events, 1
Versions171819202122232425262728latest
Source242526272829
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|
| IsProduction | () | Boolean | public | - |
| IsSandbox | () | Boolean | public | - |
| GetEnvironmentName | () | Text | public | - |
| SetTestabilitySandbox | (Boolean) | | public | - |
| SetTestabilitySoftwareAsAService | (Boolean) | | public | - |
| IsSaaS | () | Boolean | public | - |
| IsSaaSInfrastructure | () | Boolean | public | - |
| IsOnPrem | () | Boolean | public | - |
| IsFinancials | () | Boolean | public | - |
| GetApplicationFamily | () | Text | public | - |
| VersionInstalled | (Guid) | Integer | public | - |
| CanStartSession | () | Boolean | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Internal event | OnBeforeGetApplicationIdentifier | (var Text) | - |