vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface WorkflowFieldUpdate

    interface WorkflowFieldUpdate {
        description?: string;
        field: string;
        formula?: string;
        fullName?: string;
        literalValue?: string;
        lookupValue?: string;
        lookupValueType?: LookupValueType;
        name: string;
        notifyAssignee: boolean;
        operation: FieldUpdateOperation;
        protected: boolean;
        reevaluateOnChange?: boolean;
        targetObject?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    field: string
    formula?: string
    fullName?: string
    literalValue?: string
    lookupValue?: string
    lookupValueType?: LookupValueType
    name: string
    notifyAssignee: boolean
    protected: boolean
    reevaluateOnChange?: boolean
    targetObject?: string