Assuming persons is required, the following 4 results were found.
within ZohoCreator, requesting for an invoice in ZohoBooks to be sent. How? So the key here is that there were no contact persons on the customer record. Instead, when building the invoice, this had to be added (don't ever remember having to do this) as...
Person ID" FROM "Invoices" inv LEFT JOIN "Invoice Items" invitm ON invitm."Invoice ID" = inv."Invoice ID" LEFT JOIN "Sales Persons" sp ON sp."Sales Person ID" = inv."Sales Person ID" LEFT OUTER JOIN "Sales Order Invoice" soinv ON soinv."Invoice ID" =...
An article so that I don't spend so long in trying to find sales persons in Zoho Books. Why? My use case is that I want to create a Sales Order in ZohoBooks based on one in ZohoCRM and wanted to assign the sales person. How? So after an hour or so...
to be used at beginning of code to get dynamic maps of system values Purpose: Taxes, Currencies, Payment Terms, Sales Persons, and Nominal Accounts Inputs: - Outputs: - Date Created: 2021-09-24 (oel Lipman) - Initial release Date Modified: 2024-05-21...