recommendeddocument EntityType
Document Suggestions
- Entity set path:
- [organization URI]/api/data/v9.2/recommendeddocuments
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Document Suggestions
- Primary key:
- recommendeddocumentid
- Primary name column:
- 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 |