Marketcircle    Forums  Hop To Forum Categories  Billings  Hop To Forums  Creating Estimates and Invoices    Adding conditional text
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Journeyman
Posted
How can I add text conditionally on my invoice template, to show only if the field is filled on the invoice?

e.g. if I put something in custom field 1, I want the text to show up, but otherwise not.
 
Posts: 84 | Registered: December 04, 2007Reply With QuoteReport This Post
Pro
Picture of MarkJames
Posted Hide Post
Try a script token with this;

Var := element valueForKeyPath:'parent.parent.reportData.object.project.extraField1'.

(Var == nil) ifFalse:
[
'Extra Field - ' ++ Var.
].


Mark James

Daylite Master Partner
http://www.yourbillings.com
http://www.LgoConsulting.co.uk
+44 (0)845 644 6261
 
Posts: 104 | Location: UK | Registered: January 30, 2008Reply With QuoteReport This Post
  Powered by Social Strata  
 

Marketcircle    Forums  Hop To Forum Categories  Billings  Hop To Forums  Creating Estimates and Invoices    Adding conditional text

classes
In Store Demos
In Store Demos