cancel
Showing results for 
Search instead for 
Did you mean: 

Item Master System Form

Former Member
0 Kudos

hello,

I want to read the user input in the system item master form. The data is not in database. Could i read it via datasource?? Is there any easy way to do this?? Any idea?? My version is 2005A SP:01 PL:11

Regards,

Kit

Accepted Solutions (1)

Accepted Solutions (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

No, you need to use DI API for this. Check under the

help file the UserTablesMD, UserFieldsMD, and similar

objects.

Answers (1)

Answers (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

If the data is not in the database, usually you should

use UserDataSources. Read the e-learning section to

understand how this works.

Former Member
0 Kudos

Dear Gianluigi,

Could i do this through XML or directly use the UI object??

Regards,

Kit