7/7/2025 4:30:42 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Adding a tab to ticket module
Posted: 08 Jul 10 8:05 AM
|
Hi All,
I have developed a Time expense entity and it has a details and the 2 tabs.I want the 2 tabs to be show in the ticket entity tab.
I tried going to the Tools -Client option ->mainview tabs and clicking the ticket details does not show the 2 tab form to make it visible.
The time expense enity is under the timeexpense family name and i tried changing the 2 forms to personal family.Still the forms and show in the mainview tab to make to visible.
Please help me a wayve this.
Thanks, Ajoy |
|
|
|
Re: Adding a tab to ticket module
Posted: 08 Jul 10 1:49 PM
|
You will need to Create copies of the 2 Tabs (Forms).
Start by creating new Forms and set the Data Type of the Forms to Ticket, this will allow the new forms to be available for your Ticket Main View. Then, copy your controls and code over to the new forms.
|
|
|
| |
|
Re: Adding a tab to ticket module
Posted: 08 Jul 10 3:19 PM
|
I do mean Data Type, but it is probably called Form Type. Forms in SLX Can either be Data Bound or Manage. If they are Data Bound, you have to select the Base table for such form. SLX Includes shortcuts to create Data bound Forms for the Main Entities, but you could create a Bound for for any Table as needed.
To add the New Forms, from the File menu select New Plugin, then Form and then Ticket Form. This ensures that the Form being created is bound to the Ticket Table, and as such associated with the correct Main View when filtered.
After the fact, when Saving it you could place it on the Ticket family if you like, under Personal or under your custom Family (specially if working on an Add-On module), but regardless of the Family it will |
|
|
|
Re: Adding a tab to ticket module
Posted: 09 Jul 10 2:10 AM
|
Ah, now I get what you meant. It's actually the BaseTable property of the form, which is set at time of creation of a Ticket 'Data Form'. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|