5/3/2026 10:46:45 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.
|
|
|
|
switching to user specified group in button click
Posted: 12 Aug 07 5:20 AM
|
Dear all
We built some custom module in slx 7.0 and we are having a form like insert tickets. I am having small requirement. After user filled the entire information on that form for insertion when ever he clicked on o.k button he need to switch to a list view of one specified group. I have written code to switch over to main view which will show that record but i need to switch over to list view of specified group
Pls help any body if you know the solution
vamsi
|
|
|
|
Re: switching to user specified group in button click
Posted: 13 Aug 07 3:21 AM
|
I believe this is a duplicate, never the less, here is the Asnwer:
Either use Application.Mainview.addex and set the displayMode to mvmList
Or
If you already have the form open, use the Application.MainView.ActiveView.DisplayMode = mvmList |
|
|
|
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!
|
|
|
|
|
|
|
|