Hierarchy

  • PageInputEntityRecord

Properties

createFromEntity?: Xrm.LookupValue

Designates a record that will provide default values based on mapped attribute values. The lookup object has the following String properties: entityType, id, and name (optional).

data?: {
    [attributeName: string]: any;
}

A dictionary object that passes extra parameters to the form. Invalid parameters will cause an error.

Type declaration

  • [attributeName: string]: any
entityId?: string

ID of the entity record to display the form for. If you don't specify this value, the form will be opened in create mode.

entityName: string

Logical name of the entity to display the form for.

formId?: string

ID of the form instance to be displayed.

isCrossEntityNavigate?: boolean

Indicates whether the form is navigated to from a different entity using cross-entity business process flow.

isOfflineSyncError?: boolean

Indicates whether there are any offline sync errors.

pageType: "entityrecord"
processId?: string

ID of the business process to be displayed on the form.

processInstanceId?: string

ID of the business process instance to be displayed on the form.

relationship?: Relationship

Define a relationship object to display the related records on the form.

selectedStageId?: string

ID of the selected stage in business process instance.

tabName?: string

Sets the focus on the tab of the form.

Generated using TypeDoc