Application type
Important
The finance and operations (Dynamics 365) mobile app and platform are no longer supported. The platform components supporting the mobile app will be removed in a future update. The mobile app has also been removed from app stores. Previously installed instances of the app will continue to work. For more information, see Removed or deprecated platform features.
Represents a runtime instance of an application.
Hierarchy
Application
Index
Properties
Methods
Properties
minVersion
minVersion: string (optional)
An optional marker to indicate the minimum platform version required by this component. When this is specified and the component is attempted to be loaded in an older version of the platform, the corresponding workspace is not loaded and user is directed to install a newer version of the platform.
Methods
appInit
appInit(metadata: ApplicationMetadata): any
This method is invoked at the point the application is about to run, with the instance of the application metadata loaded. The metadata passed in can be still modified to change behaviors before this method returns.
Parameters
Name | Type | Description |
---|---|---|
metadata | ApplicationMetadata |