Hi - I'm trying to add a user-defined element for ticket designs but I think I'm missing a step. I've modified LP_TICKET_ELEMENTS with the following (taken from sample code but removing the design type "h" because I want it to be available in the ticket part not header.) Then what? I tried to execute the procedure but am I supposed to fill in all the parameters to make it available as an element? I'm not seeing it listed as an option when I add an element on a design.
If @ude_no = 2 and @customer_no > 0 Select @ude_value = IsNull(memb_level_desc, '') From ft_membership_info(@customer_no, 1, null)
Odele