BusinessOpportunityActivityTemplateRows
Queryable, Introduced in version 25.9
GET https://localhost:8001/sv/001.1/api/v1/Sales/BusinessOpportunityActivityTemplateRows
Represents a business opportunity activity template row.
GUID
ede2c6f3-b875-4926-bd64-01fed5cd4909
Required permission
Show business opportunity
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the business opportunity activity template row. |
|
| ActivityTemplateId | Int64? | The business key identifier of the row's business opportunity activity template.
|
|
| ActivityTypeId | Int64? | The business key identifier of the template row's activity type.
|
|
| ResponsibleUserId | Int64? | The business key identifier of the template row's responsible application user.
|
|
| Code | Int64 | The code of the template row. |
|
| IsAdministratorResponsible | Boolean | Specifies if administrator is responsible for the template row. |
|
| CommentId | Int64? | The business key identifier of the template row's comment.
|
|
| Comment | Comments | The template row's comment.
|
|
| DueDateType | Int32 | The due date type of the template row.
|
|
| NumberDaysFromDueDate | Int32 | The number of work days from due date of the template row. |
|
| Status | Int32 | The status of the template row.
|
|
| IsMandatory | Boolean | Specifies if the template row is mandatory. |
|
| IsReminder | Boolean | Specifies if the template row is a reminder. |
|
| IsLoggedUserResponsible | Boolean | Specifies if the logged user is responsible for the remplate row. |
Example
{
"Id": 0,
"ActivityTemplateId": null,
"ActivityTypeId": null,
"ResponsibleUserId": null,
"Code": 0,
"IsAdministratorResponsible": false,
"CommentId": null,
"Comment": null,
"DueDateType": 0,
"NumberDaysFromDueDate": 0,
"Status": 0,
"IsMandatory": false,
"IsReminder": false,
"IsLoggedUserResponsible": false
}