11/27/2024 2:23:24 AM
|
|
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.
|
|
|
|
MainView not returning records
Posted: 29 Dec 06 9:03 AM
|
fiogf49gjkf0d I have a mainview that is setup very much like opportunities, but when opened, doesn't return specific records from the datagrid selection. dgPortfolios only has 2 records, but when the MainView is called, it still shows all the records for the group (ie. Lookup Results is not populated or shown). Any ideas?
Sub CallPortfolioDetailView If gBlnCanViewPortfolios Then OpenMainViewFromGridCrntID dgPortfolios, "PORTFOLIOID", "System:Portfolio Details", 1, True 'DNL
End If End Sub |
|
|
|
Re: MainView not returning records
Posted: 29 Dec 06 9:12 AM
|
fiogf49gjkf0d I should add that I've checked the list of records returned by OpenMainViewFromGridCrntID returns the correct recordset.
Thanks, Ron 800-849-6436 |
|
|
| |
|
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!
|
|
|
|
|
|
|
|