Type alias HighSystemsRequestCalculateRecordFormulas

HighSystemsRequestCalculateRecordFormulas: HighSystemsRequest & {
    adHocData: any;
    appid: any;
    formulas: string[];
    recordid?: string;
    tableid: any;
}

Type declaration

  • adHocData: any
  • appid: any

    Application ID

  • formulas: string[]
  • Optional recordid?: string

    Record ID

  • tableid: any

    Table ID

Generated using TypeDoc