Skip to content

Instantly share code, notes, and snippets.

@adrianhsieh
Created July 12, 2012 07:16
Show Gist options
  • Select an option

  • Save adrianhsieh/3096420 to your computer and use it in GitHub Desktop.

Select an option

Save adrianhsieh/3096420 to your computer and use it in GitHub Desktop.
multi-tenant ops call
<zuora:find config-ref="Zuora" zquery="SELECT ID,Amount,InvoiceNumber,DueDate,Comments FROM Invoice WHERE Status='Posted' AND TransferredToAccounting = null AND Amount &gt; 0" username="#[header:outbound:zuser]" password="#[header:outbound:zuser]" doc:name="ZuoraInvoices"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment