Skip to Content
Technical Articles
Author's profile photo Mahendrakumar D.P.

How to DocEntry From XML – SAP Business One System Forms

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

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.