SDK Enumeration question

SUGGESTED

Can anyone tell me where I can set or get the enumerated variables? For example in the sample code, they are referencing the following:
 

 

PeachwIEObj.peachwIEObjCustomerList

 

What does this equal if you are not using any of the sample programming languages? Is there is list or global variable declaration of these variables? For example, PeachwIEObh.peachwIEObjectCustomerList = 77 ? I am trying to export all inventory items so I am doing the following:


Dim Exporter As Export

Exporter = ptApp.CreateImporter(PeachwIEObj.PeachwIEObjInventoryItemsListField) but I am getting a compile error that
PeachwIEObjInventoryItemsListField is not a valid variable. Where can I get a list of what
PeachwIEObjInventoryItemsListField is equal to?


Thanks so much,

Dreamer