JS Client API
  • Getting Started
  • Rule Engine Unique Functions
  • Custom Form Window Functions
  • Known Issues
  • Use Cases & Code Samples
  • Retrieving Data
    • Retrieving Standard Resources
    • Retrieving User Defined Tables
    • Retrieving Attachments
    • Retrieving Items in Transaction Scope
    • Retrieving Transaction Lines
    • ADAL
  • Updating Data
    • Adding Objects to Standard Resources
    • Updating Standard resources
    • Updating User Defined Table
    • Updating Items in Transaction Scope
    • Adding Transaction Lines
    • Removing Transaction Lines
Powered by GitBook
On this page

Was this helpful?

  1. Updating Data

Removing Transaction Lines

Remove Lines from Transaction Cart

THIS FUNCTION IS CURRENTLY IMPLEMENTED ONLY FOR THE "app" NAMESPACE - NOT FOR "api"

pepperi.app.transactions.removeLines(
{transaction:{UUID:"11cda91f-df09-4d3c-826d-184e5f394d06"},
 lines:[{ UUID:"74667b10-25f8-48bd-8a08-66f682e2a45c"},
  {UUID:"4dd8b710-af0d-4357-b697-d28bffe2f21e"} ]})

PreviousAdding Transaction Lines

Last updated 6 years ago

Was this helpful?