How do I dynamically generate a transaction ID for a URL?
Hello
I am trying to create a means to enable on the PO record the ability to print the same information but using 2 different templates. I can get the inline html to work as expected if I copy and paste the URL however, I need the ID to be dynamically generated based on the transaction ID.
I have tried &&Item_INTERNALID=’||{internalid}||’& as well as &&id={tranid} and &&id={id} but, nothing works. I keep getting error message below. I created a custom transaction body field of type inline html.
Your formula has an error in it. It could resolve to the wrong datatype, use an unknown function, or have a syntax error. Please go back, correct the formula, and re-submit. |
Any help would be greatly appreciated.
Thanks.
Tina
Figured it out. This can be closed.
If you figured it out, in the interest of helping others, could you share what you did to resolve it?