Notifications
Clear all
Topic starter
I have incorporated an action button in a VFE form and made it a connection type of NEWPROBLEM and linked it to a custom list. I would like whatever problems the Provider chooses off of the custom list to print in the chart document. Can anyone help me with the translation?
Posted : November 16, 2012 11:22 am
You can start by creating an empty text field or something, and in the translation tab for that field put:
if(PROB_NEW("comma")<>"")then
CFMT(PROB_NEW("comma"),"","
New Problems: ","","","")
else ""
endif
More or different code may be necessary if you want the new problems formatted in a specific way.
Posted : November 20, 2012 2:11 am