Objects/Codeunits/Codeunit 3702 Environment Information Impl.
Codeunit 3702 Environment Information Impl. in 17
Jonas Paprotka, System Application 17.5.22499.32099, checked
- App
- System Application
Procedures, 11Events, 1
Versions171819202122232425262728latest
Source242526272829
Procedures, 11
| 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 | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Internal event | OnBeforeGetApplicationIdentifier | (var Text) | - |