I have written a function to push new customer data to qb using the sample script that zoho gives. the issue is I get a success message upon execution... but it also gives me the following response:
Executed Successfully
Log messages:
java.lang.Object@39c90431
the code:
void qbooks.newCustomer(string customer_r_ID)
{
for each rec in Customers[ID == customer_r_ID.toLong()]
{
//Declare Map Variable to hold the customer details