Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to hide the "Customer" input parameter on a quote line item, you cannot use the function api.customer("attr name"). Instead, you must use api.customer("attr name", "customer id"), with the "customer id" defined. (If it was empty, the system would ask for it.)

...