Type alias HighSystemsRequestPostTrigger
HighSystemsRequestPostTrigger: HighSystemsRequest & { active?: boolean; appid: any; description?: string; event: "insert" | "update" | "delete"; forEach: "row" | "statement"; name: string; owner?: string; relatedFunction: string; relatedTable: string; timing: "before" | "after" | "instead of"; where?: string; } Type declaration
Optional
active?: boolean
appid: any
Optional
description?: string
event: "insert" | "update" | "delete"
forEach: "row" | "statement"
name: string
Optional
owner?: string
relatedFunction: string
relatedTable: string
timing: "before" | "after" | "instead of"
Optional
where?: string
Application ID