recommendeddocument EntityType

Document Suggestions

Entity Set Path
[organization URI]/api/data/v9.2/recommendeddocuments
Base Type
crmbaseentity
Display Name
Document Suggestions
Primary Key
recommendeddocumentid
Primary Key Attribute
title
Operations Supported
GET (RetrieveMultiple Only)

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
absoluteurl Edm.String

Type the URL where the recommended document is located.

Display Name: Absolute URL

Read Only
associatedrecordname Edm.String

Shows the associated record name of the recommended document.

Display Name: Associated Record Name

author Edm.String

Shows the name of the author of the recommended document.

Display Name: Author

contenttype Edm.String

Select the document content type.

Display Name: Content Type

Read Only
createdon Edm.DateTimeOffset

Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.

Display Name: Created On

Read Only
editurl Edm.String

Shows the Edit URL of the recommended document.

Display Name: Edit Web App URL

Read Only
exchangerate Edm.Decimal

Shows the exchange rate for the currency associated with the recommended document with respect to the base currency.

Display Name: ExchangeRate

Read Only
externaldocumentid Edm.String

Shows the external document.

Display Name: External Document ID

externalmodifiedby Edm.String

Shows who last updated the document record.

Display Name: Modified by

filesize Edm.Int32

Shows the file size.

Display Name: File Size

Read Only
filetype Edm.String

Shows the file type.

Display Name: File Type

Read Only
fullname Edm.String

Shows the full name of the recommended document.

Display Name: Name

Read Only
iconclassname Edm.String

Stores the Icon Class name of the recommended document.

Display Name: Icon Class Name

Read Only
location Edm.String

Shows the location of the recommended document.

Display Name: Path

Read Only
modifiedon Edm.DateTimeOffset

Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.

Display Name: Modified On

Read Only
readurl Edm.String

Shows the Read URL of the recommended document.

Display Name: Read Web App URL

Read Only
recommendeddocumentid Edm.Guid

Shows the recommended document record.

Display Name: Recommended Document

source Edm.String

Shows the source storage of the recommended document.

Display Name: Source

timezoneruleversionnumber Edm.Int32

For internal use only.

Display Name: Time Zone Rule Version Number

title Edm.String

Type a title for the entity.

Display Name: Title

utcconversiontimezonecode Edm.Int32

Shows the time zone code that was in use when the record was created.

Display Name: UTC Conversion Time Zone Code

version Edm.String

Shows the recommended document version.

Display Name: Recommended Document Version

Read Only
versionnumber Edm.Int64
Read Only

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 createdbyname

Shows the user who created the record.

_createdonbehalfby_value createdonbehalfbyname

Shows who created the record on behalf of another user.

_modifiedby_value modifiedbyname

Shows who last updated the record.

_modifiedonbehalfby_value modifiedonbehalfbyname

Shows who last updated the record on behalf of another user.

_organizationid_value organizationid

Shows the organization.

_transactioncurrencyid_value transactioncurrencyidname

Shows the exchange rate for the currency associated with the recommended document with respect to the base currency.

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
createdbyname systemuser lk_recommendeddocument_createdby
createdonbehalfbyname systemuser lk_recommendeddocument_createdonbehalfby
modifiedbyname systemuser lk_recommendeddocument_modifiedby
modifiedonbehalfbyname systemuser lk_recommendeddocument_modifiedonbehalfby
organizationid organization organization_recommendeddocument
transactioncurrencyidname transactioncurrency TransactionCurrency_recommendeddocument

See also