cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing Values in a Placeholder

Jeremy_Negrey
Champ in-the-making
Champ in-the-making

I am using Document Composition Version 2 in OnBase 15 to compose a letter.

 

Currently, I have a NAME Keyword Value (e.g. John Smith).  I would like to just use the first part of the NAME value in the letter for the salutation (i.e. Dear John).

 

Does Document Composition allow me to somehow use conditions or expressions to parse the Keyword Value?

1 REPLY 1

Tony_Maimone
Star Collaborator
Star Collaborator

Hi Jeremy,

No. Document Composition does not give an administrator a point and click way to conditionally parse values or expressions. There are some options available:

  1. You could start with two distinct keywords, ie. First Name and Last Name, which would make this trivial.
  2. Create a Unity Script that would get the value of the keyword, parse it, and store it the parsed value for the placeholder.

Thank you,