- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Question: Please explain is it possible to use conditions within invoice template - if UOM is 'Each' it shouldn't be shown else it should be visible in the invoice. Kindly advise whether Zuora allows to use such conditioning.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Yes, it is possible to use conditions within invoice template to hide UOM if the value is 'Each'. This can be done using Conditional Logic (IF Fields).
Please find the below code snippet for reference:
{ IF { MERGEFIELD Usage.UOMDisplayedAs \* MERGEFORMAT} = "Each" "" { MERGEFIELD Usage.UOMDisplayedAs \* MERGEFORMAT}}
Please check the below link on the conditional template, https://knowledgecenter.zuora.com/CB_Billing/IA_Invoices/Creating_a_Custom_Invoice_Template/EA_IF_Fi...
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Yes, it is possible to use conditions within invoice template to hide UOM if the value is 'Each'. This can be done using Conditional Logic (IF Fields).
Please find the below code snippet for reference:
{ IF { MERGEFIELD Usage.UOMDisplayedAs \* MERGEFORMAT} = "Each" "" { MERGEFIELD Usage.UOMDisplayedAs \* MERGEFORMAT}}
Please check the below link on the conditional template, https://knowledgecenter.zuora.com/CB_Billing/IA_Invoices/Creating_a_Custom_Invoice_Template/EA_IF_Fi...
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √