Skip to main content

Create Line Item

Description

This activity creates a line item for the specified Entity. You can add the created line item to the entity record by assigning these line items to the Lines property of the Create Entity activity.

note

You can only use this activity inside the QuickBooks Online Context activity.

Usage

  • Specify the entity name from the drop-down
  • Based on the entity selection, if the Entity supports multiple line items like Item Details and Category details, we bring a drop-down to select the type of Line Item, i.e., 'Item Details' or 'Category Details.'
  • Add one or more properties and their corresponding value to be set:
    • Choose the property from the drop-down containing a predefined list of names in the LHS of multi-assign control.
    • Specify the appropriate value in RHS.

Create Line Item Design

Properties

Misc

  • DisplayName – The display name of the activity.

  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the activity throws an error. If True, the activity continues without throwing any exceptions. If False, the activity throws an exception. The default value is False.
    note

    Catches no error if this activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Line Item - Returns the created line item.

Example

Download Example

Create Line Item