webwizard EntityType
Definition for a Web-based wizard.
- Entity set path:
- [organization URI]/api/data/v9.2/webwizards
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Web Wizard
- Primary key:
- webwizardid
- Primary name column:
- name
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
accessprivileges | Edm.String |
Privileges required to use this wizard, separated with commas (,). Display name: Access Privileges |
||||||||||
componentstate | Edm.Int32 |
For internal use only. Display name: Component State Read only
Default options
|
||||||||||
createdon | Edm.DateTimeOffset |
Date and time when the wizard definition was created. Display name: Created On Read only
|
||||||||||
introducedversion | Edm.String |
Version in which the component is introduced. Display name: Introduced Version |
||||||||||
ismanaged | Edm.Boolean |
Information that specifies whether this component is managed. Display name: State Read only
Default options
|
||||||||||
isstaticpagesequence | Edm.Boolean |
Information about whether all pages for this wizard are statically defined. Display name: Is Static Page Sequence
Default options
|
||||||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the wizard definition was last modified. Display name: Modified On Read only
|
||||||||||
name | Edm.String |
Name of the wizard Display name: Name |
||||||||||
overwritetime | Edm.DateTimeOffset |
For internal use only. Display name: Record Overwrite Time Read only
|
||||||||||
solutionid | Edm.Guid |
Unique identifier of the associated solution. Display name: Solution Read only
|
||||||||||
startpagesequencenumber | Edm.Int32 |
Sequence number of the first page of this wizard. Display name: Start Page Sequence Number |
||||||||||
titleresourcestring | Edm.String |
Title of the wizard. Display name: Title |
||||||||||
versionnumber | Edm.Int64 |
Read only
|
||||||||||
webwizardid | Edm.Guid |
Unique identifier of the wizard. Display name: Web Wizard |
||||||||||
webwizardidunique | Edm.Guid |
Unique identifier of the Web Wizard. Read only
|
||||||||||
wizardpageheight | Edm.Int32 |
Window height for the wizard. Display name: Page Height |
||||||||||
wizardpagewidth | Edm.Int32 |
Window width for the wizard. Display name: Page Width |
Lookup properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.
Name | Single-valued navigation property | Description |
---|---|---|
_createdby_value | createdby |
Unique identifier of the user who created the wizard definition. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the webwizard. |
_modifiedby_value | modifiedby |
Unique identifier of the user who last modified the wizard definition. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who last modified the webwizard. |
_organizationid_value | organizationid |
Unique identifier of the organization. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
createdby | systemuser | lk_webwizard_createdby |
createdonbehalfby | systemuser | lk_webwizard_createdonbehalfby |
modifiedby | systemuser | lk_webwizard_modifiedby |
modifiedonbehalfby | systemuser | lk_webwizard_modifiedonbehalfby |
organizationid | organization | organization_webwizard |