Passing parameters to global procedures
I am trying to invoke the global and form level procedures available in VS tools. However, I cannot find the parameter names of the procedures. I have checked the VS tools SDK; these are documented as parm1, parm2 and so forth. Some functions take up to 12 parameters.
Example: For procedure Dynamics.Procedures.GetBudgetDates, the documentation available in visual studio is
void GetBudgetDatesProcedure.Invoke (FieldReadOnly inParam1, ref Field outParam2, ref Field outPranm3)
There is no information about what these parameters do. Is there any way to find parameter name and description of procedures and functions?
Thanks.
|
|
|