webwizard EntityType
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Description: Definition for a Web-based wizard.
Entity Set path:[organization URI]/api/data/v8.2/webwizards
Base Type: crmbaseentity EntityType
Display Name: Web Wizard
Primary Key: webwizardid
Primary Name Attribute: name
Properties
Lookup Properties
Single-valued navigation properties
The webwizard entity type has no collection-valued navigation properties.
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name |
Type |
Details |
---|---|---|
accessprivileges |
Edm.String |
Description: Privileges required to use this wizard, separated with commas (,). Display Name: Access Privileges |
createdon |
Edm.DateTimeOffset |
Description: Date and time when the wizard definition was created. Display Name: Created On Read-only property |
isstaticpagesequence |
Edm.Boolean |
Description: Information about whether all pages for this wizard are statically defined. Default Options: 1 : Yes Display Name: Is Static Page Sequence |
modifiedon |
Edm.DateTimeOffset |
Description: Date and time when the wizard definition was last modified. Display Name: Modified On Read-only property |
name |
Edm.String |
Description: Name of the wizard Display Name: Name |
startpagesequencenumber |
Edm.Int32 |
Description: Sequence number of the first page of this wizard. Display Name: Start Page Sequence Number |
titleresourcestring |
Edm.String |
Description: Title of the wizard. Display Name: Title |
versionnumber |
Edm.Int64 |
Description: Read-only property |
webwizardid |
Edm.Guid |
Description: Unique identifier of the wizard. Display Name: Web Wizard |
wizardpageheight |
Edm.Int32 |
Description: Window height for the wizard. Display Name: Page Height |
wizardpagewidth |
Edm.Int32 |
Description: 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 Retrieve data about lookup properties
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 |
lk_webwizard_createdby |
|
createdonbehalfby |
lk_webwizard_createdonbehalfby |
|
modifiedby |
lk_webwizard_modifiedby |
|
modifiedonbehalfby |
lk_webwizard_modifiedonbehalfby |
|
organizationid |
organization_webwizard |
See Also
Use the Microsoft Dynamics 365 Web API
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright