I have a process that retrieves the starting entry's Template ID and uses this ID to for a lookup to return which field should be used as our 'Primary Reference ID' Example:
Template ID = 2 (BOL); Field = '%(Bill of Lading Number)'
Template ID = 22 (POD); Field = '%(POD Number)'
In the lookup table, I have this reference for ID 2 = the token for '%(Bill of Lading)' -- See below:
Here's the problem:
Whenever the lookup is done, the token value is '%(Bill of Lading Number)' and Laserfiche interprets that as a string instead of a token value. How can I get this to be a token and use the token value for %(Bill of Lading Number)
I'm not sure if there is a way for me to apply a format to this value or something that I can get Laserfiche to think it is a token, not a string!
Cheers,
Nate