When writing the following...
Dim customers As New Dal.CollectionClasses.CustomerCollection
customers .GetMulti(Nothing)
Dim id As System.Guid = customers(x).ObjectID
Why is the id, for every valid unsigned integer x, always an empty Guid?
Am I missing something here?
Information:
Selfservicing General 2005
Note: I've checked that the customers are indeed filled and that customers(x) gives valid entity objects