PageMetadata 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.
Hierarchy
PageMetadata
Index
Properties
Events
Properties
Controls
Controls: ControlMetadata[] (optional)
Design
Design: Design (optional)
ID
ID: string (optional)
QuickSubmit
QuickSubmit: boolean (optional)
SourcePageId
SourcePageId: string (optional)
SubmitButtonDesign
SubmitButtonDesign: Design (optional)
Tasks
Tasks: PageMetadata[] (optional)
Title
Title: string (optional)
Events
OnDataLoaded
OnDataLoaded: function(sender: Page, dataWrapper: any): void (optional)
OnInit
OnInit: function(sender: Page): void (optional)
OnPreInit
OnPreInit: function(sender: Page): void (optional)
OnSubmit
OnSubmit: function(dataValues: any, args: any): void (optional)
OnTaskSubmitted
OnTaskSubmitted: function(taskHandle: any, taskOptions: any): any (optional)
OnTaskSubmitting
OnTaskSubmitting: function(taskOptions: any): any (optional)