Objects/Codeunits/Codeunit 3702 Environment Information Impl.
Codeunit 3702 Environment Information Impl. in 20
Jonas Paprotka, System Application 20.5.45456.61928, 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) | - |