DAX 4.0 Filter by Grid [Update]
Well take a look at this:
"bskiles has left a new comment on your post "Filter by Grid in DAX 4.0":
I [bskiles] was trying to figure out how to turn the "Filter by Grid" on in code, and I figured it out. Call the .task method on the form with a parameter of 2855 after the grid is selected. Anything that extends FormRun can make the call to .task(2855). Unfortunately, I can't trace it back up to FormRun since that's a system object.
I'm still interested in learning how it actually works so that I can set it up as a user setting per grid. "
It's a comment from my blog entry here: Filter by Grid - Older Post bskiles took the time and was able to find how to actually call the Filter by Grid from code! Very nice work! It's strange that it's such a hidden event / call? Anyway just wanted to report this find, thanks bskiles!
Find a job at: www.DynamicsAXJobs.com
"bskiles has left a new comment on your post "Filter by Grid in DAX 4.0":
I [bskiles] was trying to figure out how to turn the "Filter by Grid" on in code, and I figured it out. Call the .task method on the form with a parameter of 2855 after the grid is selected. Anything that extends FormRun can make the call to .task(2855). Unfortunately, I can't trace it back up to FormRun since that's a system object.
I'm still interested in learning how it actually works so that I can set it up as a user setting per grid. "
It's a comment from my blog entry here: Filter by Grid - Older Post bskiles took the time and was able to find how to actually call the Filter by Grid from code! Very nice work! It's strange that it's such a hidden event / call? Anyway just wanted to report this find, thanks bskiles!
Find a job at: www.DynamicsAXJobs.com
Labels: 2855, Dynamics AX, Filter, Filter By Grid, FormRun, task, X++











