Take care to not make confusion between data item and entity attribute.
To get dataitem properties with vbs, use the following
========================================
set M=ActiveModel
for each E in M.Entities
for each A in E.Attributes
DescribeDI DI A.DataItem
next
next
sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.