webwizard EntityType

Definition for a Web-based wizard.

Entity Set Path
[organization URI]/api/data/v9.2/webwizards
Base Type
crmbaseentity
Display Name
Web Wizard
Primary Key
webwizardid
Primary Key Attribute
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
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
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
Values Label
1 Managed
0 Unmanaged
isstaticpagesequence Edm.Boolean

Information about whether all pages for this wizard are statically defined.

Display Name: Is Static Page Sequence

Default Options
Values Label
1 Yes
0 No
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

See also