@theredspace/spp-client
    Preparing search index...

    Interface Agreement

    interface Agreement {
        acct_date: DateContainer;
        active: number;
        code: string;
        created: DateContainer;
        currency: string;
        customerid: number;
        date: DateContainer;
        externalid: string;
        id: number;
        name: string;
        notes: string;
        number: string;
        oa_agreement_url__c: string;
        picklist_label: string;
        total: number;
        updated: DateContainer;
    }
    Index

    Properties

    acct_date: DateContainer
    active: number
    code: string
    created: DateContainer
    currency: string
    customerid: number
    externalid: string
    id: number
    name: string
    notes: string
    number: string
    oa_agreement_url__c: string
    picklist_label: string
    total: number
    updated: DateContainer

    Usage and Relationships

    The Agreement represents a formal contract or understanding between parties. It is often linked to projects and customers for tracking deliverables and obligations.

    Related Types:

    • Project: The project associated with the agreement.
    • Customer: The customer involved in the agreement.

    Key Fields:

    • id: Unique identifier for the agreement.
    • start_date and end_date: Define the duration of the agreement.
    • status: Indicates the current state of the agreement (e.g., active, completed).