Action On AftersAsk AIpatch https://app.financekey.com/OData/ActionOnAfters({key})Defines the post actions that should be executed after an action has run.Path ParamskeystringrequiredBody ParamsonAfterActionIdint32The action to be executed when the parent action has been executedonSuccessbooleanThe OnSuccess field of type bit in the ActionOnAfter table is a flag that indicates whether an action associated with the table was successful. If set to true (1), the action succeeded, and if false (0), the action failed.truefalseonErrorbooleanThe OnError field in the ActionOnAfter table is a bit field that indicates whether an action should occur if an error is encountered. The bit is set to 1 if an action is to occur and it is set to 0 if no action is to occur.truefalsequeuebooleanChecked if the action execution should be queued and run as a job in the background.truefalsecommentstring | nullMiscellaneous notes and information for the entry or record.sequenceint32The Sequence field in the ActionOnAfter table is an integer data type which stores the order in which actions should be taken. This is to ensure that the actions are executed in the correct order.Response 200OKUpdated almost 2 years ago