Hi Bram de Jong, I found this on the ServiceMax Help Pages
Rule/Guideline | Example |
To apply locale formatting for numbers, you must use the function LNUMBER. | {{$F.LNUMBER($D.Work_Order.SVMXC__Latitude__c)}} |
To apply a number field's scale (number of decimal digits), you must use the function SNUMBER. | {{$F.SNUMBER($D.Service_Quote.SVMXC__Discount__c)}} |
I am wondering if LDATE would work and may give you what you want? Or possibly LDATE/TIME or LDATETIME?
Alternatively if it is just one date field then could you create a few formula fields to show the separate parts of the date. E.g one for
- Month
- Date
- year
Then either concatenate these in another formula field and put that in your output doc or pull all three fields into the output document.
Please let us know you get on with resolving this issue.
Regards, Richard
~If my post was useful, please give me a thumbs up! Mark correct answers as 'solutions' so we can all find answers faster!~