Using Visual Studio Tools for Dynamics, I need to open the Sales Transactions
Inquiry Zoom window. (Edit 11/9/2010: This worked for the SOP Transaciton Entry form, too)
I assume the code is something like
Dynamics.Forms.SopInquiry.Functions.OpenWindow.Invoke(strSopnumber,
intSopType, False, "", 0)
but I can't find documentation for the functions. Intellesence shows only
the param types, not what data it needs.
The GP SDK does not mention this form, that I can see.