Hi Guys
I am unable to set PayPal, Standard up as an Online Payment Option using the CreateInvoice Function from within Creator. The help file says that "PayPal" is a Key Name that I should be able to select and set in the mapping variables, and if I assign it a value of 1 it should set the online payment option to PayPal, Standard. However, PayPal is not listed in the available Mapping Variables Key dropdown list. Simply typing it in does not appear to work - here is my script.
respVar = zoho.invoice.createinvoice({ "CustomerName" : input.Customer_Name,"ItemName" : input.ItemName,"ItemRate" : input.ItemRate,"PayPal" : 1},true)
;
I need the invoice to be emailed automatically to the client on form submission - however, I now need to go into every invoice and physically select the paypal option and then manually send the invoice via email.
Can you please let me know how to set PayPal, Standard up as a default in Invoice, or how to set it via the script from Creator?
Thanks a million
Jason