Welcome to Portal

?Unknown\pull-down

Welcome to Zoho Cares

Bienvenido a Soporte de Zoho

Search our knowledge base, ask the community or submit a request.

Need a way to update start date for large number of recurring invoices.  Either bulk update option for that field or an import function with the ability to set "duplicate handling logic" (like when importing customers) so that one (or more) field can be updated.
I have 200+ recurring invoices that all need their date changed from the first of the month to the 15th of the month, and I can't figure out any way to do it, other than delete and reload them all.  Seems like a simple change.

3 users have this question.
3 Replies
Reply

We can write a deluge script to fix this issue.

new_start_date = old_start_date.addDays(14);
// Move to 15th of the month

update_data = Map();

update_data.put("start_date", new_start_date.toString("yyyy-MM-dd"));


update_response = zoho.books.updateRecord("recurringinvoices", orgID, invoice_id, update_data);


  • 10 days ago

Anyone have a work-around for this?

  • 1 day ago

Hello @Dan Smith, 

Thank you for posting in our forum. 

We understand your requirement, but unfortunately, there is no option to bulk update the start date in recurring invoices. Additionally, there is no overwrite option when importing recurring invoices after making changes. The start date can only be updated manually by editing each recurring profile individually, and the changes will apply only to future invoices.

If you need any further assistance, please write to us at support[dot]usa[at]zohobooks.com.

Regards, 
Naveen | Zoho Books 


Reply to Dan SmithA
/* */
  • 12
  • Insert
  • Plain text
Add Comment
(Up to 20 MB )