Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
mk1909_sap
Active Participant
1,285

Hello Team,

Greetings for the day !!!

If You want to increase your SAP Business One Add-on Performance you can do programming like this to fetch data from System Forms.

 

oForm = Main.Mahi_Application.Forms.GetForm("149", 1);

System.Xml.XmlDocument oXml = null;

oXml = new XmlDocument();

oXml.LoadXml(BusinessObjectInfo.ObjectKey);

MainQutDocE = oXml.SelectSingleNode("/DocumentParams/DocEntry").InnerText;


 

Thanks,

Mahendrakumar

Labels in this area