IncrementKnowledgeArticleViewCount Function
Increments the per day view count of a knowledge article record.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
Source
|
crmbaseentity | False | True | The knowledge article record for incrementing the view count. |
ViewDate
|
Edm.DateTimeOffset | False | True | The date for which the view count has to be incremented. |
Location
|
Edm.Int32 | False | True | The location where the knowledge article record was used. |
Count
|
Edm.Int32 | False | True | The view count of a knowledge article record. |
Return type
Type | Nullable | Description |
---|---|---|
crmbaseentity | False | The IncrementKnowledgeArticleViewCount function returns the following value. |
Entities
Use the IncrementKnowledgeArticleViewCount function with these entity types:
Name | Display name | Description |
---|---|---|
knowledgearticleviews | Knowledge Article Views | No of times an article is viewed per day |