Hi Friends,
I am facing subject Best Practice warning in my Ax2012 development , i tried with below job as well as used Tool->Application Integration Framework->Update Document Service–>InventInventDimCombinationService service class along with update service operation and supporting classes selection. still BP warning is there.
I will appreciate it if you could help me out.
static void CreateAxBCParmMethod(Args _args)
{
axGenerateAxBCClass axGenerateAxBCClass;
axGenerateAxBCClass = AxGenerateAxBCClass::newTableId(tablenum(InventDim));
axGenerateAxBCClass.run();
}
Thanks
Nitin