6/21/2026 2:34:34 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.
|
|
|
|
Linking from a DataGrid to a specific record
Posted: 13 Jul 09 9:55 AM
|
I have a table that shows all of my Service tickets that are bound to opportunities. I would like to find a way to right click or click the record and be taken to the ticket. I know if I can get the ticket id out of the currently selected record somehow I could use the ShowDetails function. Is there a way I could do this with a popup menu?
Thanks, Andrew |
|
|
|
Re: Linking from a DataGrid to a specific record
Posted: 13 Jul 09 12:51 PM
|
Use Double click event then get the value from the selection and showviewfor record or showmainview for the appropriate table and that ID.
Popupmenu? Too involved to get into right now.... but yes have a popup menu entry, popup menu event, a way to look up the popup menu item that was selected then get the value from the selection and showviewfor record or showmainview for the appropriate table and that ID. |
|
|
|
Re: Linking from a DataGrid to a specific record
Posted: 13 Jul 09 1:11 PM
|
RJ, Thank you for your reply. The double click method will work just fine, however I am unsure how to get the value from the selection. I think I would use GetFieldValue but I cannot find much documentation on GetFieldValue. Is there a better way? |
|
|
| |
|
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!
|
|
|
|
|
|
|
|