Type alias WorkflowFieldUpdate

WorkflowFieldUpdate: WorkflowAction & {
    description?: string | null;
    field: string;
    formula?: string | null;
    literalValue?: string | null;
    lookupValue?: string | null;
    lookupValueType?: string | null;
    name: string;
    notifyAssignee: boolean;
    operation: string;
    protected: boolean;
    reevaluateOnChange?: boolean | null;
    targetObject?: string | null;
}

Type declaration

  • Optional description?: string | null
  • field: string
  • Optional formula?: string | null
  • Optional literalValue?: string | null
  • Optional lookupValue?: string | null
  • Optional lookupValueType?: string | null
  • name: string
  • notifyAssignee: boolean
  • operation: string
  • protected: boolean
  • Optional reevaluateOnChange?: boolean | null
  • Optional targetObject?: string | null