Show / Hide Table of Contents

    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.

    • References BusinessOpportunityActivityTemplates
    ActivityTypeId Int64? The business key identifier of the template row's activity type.

    • References CustomerRelationshipActivityTypes
    ResponsibleUserId Int64? The business key identifier of the template row's responsible application user.

    • References ApplicationUsers
    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.

    • References Comments
    Comment Comments The template row's comment.

    • Expandable
    DueDateType Int32 The due date type of the template row.

    • RegistrationDate: 0
    • ValidThrough: 1
    NumberDaysFromDueDate Int32 The number of work days from due date of the template row.
    Status Int32 The status of the template row.

    • Registered: 1
    • InProgress: 2
    • History: 9
    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB