Flow for Quote and Order Capture

The flow for Quote and Order Capture represents the metadata associated with a flow. With Flow, you can create an application that takes users through a series of pages to query and update the records in the database. You can also run logic and provide branching capability based on user input to build dynamic applications.

FlowActionCall

Quote and Order Capture exposes additional actionType values for the FlowActionCall metadata type.

Field Name Field Type Description
actionType InvocableActionType (enumeration of type string)

Required.

The action type. Additional valid values for Quote and Order Capture are:

  • createOrderFromQuote—Create an order from a quote record.
  • createContract—Create a contract from a specific quote record.