In Dynamics AX 2009 I created a wizard, and now I want to add a field to select a path from the local file system.
Since there is no special control for selecting a path, how do I achieve this?
Do I have to add a StringEdit with a special ExtendedDataType to get a path selection? I found no extended data type "path" or the like.
Or is this achieved some other way?