Is there any way to fetch the module name in which the form belong to though code ? ( form name can be explicitly given).
Is there any way to fetch the module name in which the form belong to though code ? ( form name can be explicitly given).
this code will give me the elements present in module.{if ABC is my module}
Microsoft.Dynamics.Ax.Xpp.MetadataSupport::GetModelsInModule('ABC');
but now i am passing form name and i need to check module/package this form belong to.
Hi. No suppose if i pass any form name cust table it belongs to app suit right. so this output i need to get though code
What do you mean by "fetch the module name"? Reading the Page CAPTION?