Interface EntityFormPageContext

Interface for input property of returned value from Xrm.Utility.getPageContext()

Hierarchy

  • EntityFormPageContext

Properties

createFromEntity?: Xrm.LookupValue

The parent record that provides default values based on mapped attribute values.

entityId?: string

ID of the entity record currently displayed in the form.

entityName: string

Logical name of the entity currently displayed.

formId?: string

ID of the currently displayed form.

pageType: "entityrecord"

The current page type.

Generated using TypeDoc