Skip to Content
0
Former Member
Sep 16, 2005 at 10:53 AM

User fields XML

52 Views

Hello,

I have this code that export an object to XML (oItem) and add.

-


empresas(i).XmlExportType = xet_ExportImportMode

Set pItem = empresas(i).GetBusinessObject(oItems)

pItem.GetByKey (producto)

pItem.SaveXML ("c:\item.xml")

i = i +1

empresas(i).XmlExportType = xet_ExportImportMode

Set AuxItem =Empresas(i).GetBusinessObjectFromXML

("c:\item.xml", 0)

AuxItem.Add

-


This code is OK but today I add users fields to the item and I have a mistake in the code. Why??

The fields are added in all companys the same way.

Help....please!!