cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing system forms

Former Member
0 Kudos

Hi all,

As you know we can see the forms that we have created in screen painter in XML format. I want to know is it possible to access system forms (such as Order, A/R Invoice,...) in XML or other flexible format? If it is possible please tell me how?

Thanks

Elham

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is a sample for doing that:

%PROGRAMFILES%\SAP Manage\SAP Business One SDK\Samples\COM

UI\VB6\11.SystemFormManipulation

Basically (if you do not have the samples), just change the action type in a xml-file from "add" to "update":

<?xml version="1.0" encoding="UTF-16"?>

<Application>

<forms>

<action type="update">

...

Answers (0)