For the the procedure LP_Ticket_Elements, the output variable "ude_value" is set for 30 characters. Can we change this to a larger character limit without breaking Tessitura?
Thanks,
Marty
Marty:
My experience has been that even if you change the length of the actual ude_value variable, the code that actually prints the element on the ticket will only and always read the first 30 characters. In a recent implementation, we found it necessary to use multiple user-defined element fields to print the full extent of long fields.