Hello Sirs,
I'm trying to add data to a UserTable "KV_BEZOEKREG", but when i'm running it i'm getting an error:
An object reference is required for the non-static field, method, or property 'SAPbobsCOM.ICompany.UserTables.get'
I'm trying this code:
SAPbobsCOM.UserTable document; document = Company.UserTables.Item("KV_BEZOEKREG"); document.Code = objectToImportFromXml.Id; document.Name = objectToImportFromXml.Name;
What am i doing wrong?
Henk