Jump to content

Is this a function of Fusion Pro?


AG_NewHaven

Recommended Posts

Posted

Hello PTI world...

 

I was wondering if someone out there would be able to answer a question I have about a function of FP Desktop.

 

A client of ours is interested in printing a piece with about 500 names on the inside. The variable function I would like it to do is to highlight a certain name based on the recipient of the piece.

 

For example, this is for a school. The list of names would be the students at the school. The mailing piece would be going to the parent of the student, and I would want it so the student's name is highlighted, whether it be bold, or have a yellow background, etc.

 

Is this possible? If so, how do you do it? Any advice would be greatly appreciated.

 

Thank you,

Hillary at AG New Haven:o

Posted

Where is the list of names coming from? If it's from a text resource file, you should be able to do something like this in a rule:

return Resource("StudentNames").content.replace(Field("StudentName"), '<b>' + Field("StudentName") + '</b>');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...