Hi there I would like to validate what is being sent to Zuora when this default button Send to Zuora is pushed but I'm not certain what trigger or event should I look for to take over the control of the process? I am aware of zQuoteUtil.sendToZBilling method but I think it could be useful in other scenarios e.g. when someone would like to create his custom button with the same effect - sending a quote to the billing. The field I want to update during this event is the Invoice Target date. By default, this field is populated with the current date (today) but this is happening when a new subscription quote is created so it could be out of date when someone actually would revisit this quote and would send it to Zuora. This has actually already happened, so the Send to Zuora was made in February, and this is when the invoice was generated but the invoice of this date was pointing back to January when the Quote was created. Any suggestions?
... View more