
Have a project that needs to update the Dynamics.exe.config to add entry for a workflow. We have accomplished this for the main window but have a need to do this for secondary windows in a form.
We will also need to determine the difference between the main window, a scrolling window and a secondary window.
I've seen this data in the Support Debugging Tool but not sure how it's done there.
Does any know how to retrieve the window ID, ideally thru Dex code?
*This post is locked for comments
I have the same question (0)Duane
You might try the function "Dict_GetCustomResourceInfo()". It is described on page 136 of the function library documentation. It looks like the return value is the resource ID for the form. Don't know about getting the other info but this might get you started.
Regards
Aaron