Hi ,
I am trying to build a custom screen,though I am not able to succesfully complete..
I has gone through the Webinar seesion by Cindy Emig and power point presentation by Ryan Creeps but still couldn't slove these.
Task 1:
In Ticket Orders under order details tab,
I was suppose to add a column(hard code text box:Notes) and a text box to enter any comments required under the Custom tab along with contributions,fees,line items and subline items.
Steps Followed:
Created a new table LT_Note ( order_no,Id_key,descrition)
Created a Infomaker Object ld_custom1( Retrival Argument: order_no)
select a.order_no,a.description from LT_Note a,t_order b where a.order_no = b.order_no
I am confused whether to use order_no as retrival argument and even as a required field.
Created a datawindow for the dropdown box for order no(we can skip this I guess)
TR_custom_tab( Note, Rb_no(blank),ld_custom1,lt_Note,area(ticket history))
However I am unable to see any changes on Tessitura.
Task 2:
In Contribution Editor when entering a gift we can see the custom tab.
There are already 8 different types and textboxes created by earlier person,now I am planning to add another type and textbox,I could add the type (Welcome(x).....) by adding a column to t_keyword but I am unable to add the text box.Any Suggestions.....
Thank you in advance for take out your time to help me..
I would really appreciate your help on this .
Thank you,
Revanth.
The problem with these custom screens are not in the area that are documented by Tessitura.(not in Ticketing Setup,constituent module,Performance Information)..
I am wondering with what retrieval agrument I should connect them at least Task 1.
Any Suggestions would be really helpful........