Every time,when I restore the db from one server to another one. All custom attributes type number changed. I found this method to get the type number from GUID. I can see this method from the help file. ARIS Script/Server object model (report)/Objects/ArisMetaModel. However, it is not accessable from report. I can run it inside the Macro, but not the report. I wonder if there is another way i can get the type number? or How can I access the ArisMetaModel class inside the report?
thanks
Eva Klein on
Hi Yuan,
you can get the type number with the following method:
ArisMetaModel is the base class of the MethodFilter class. It can be accessed as follows:
In general, the user-defined attributes can change after every server restart, whereas the attribute GUIDs always remain unchanged.
Regards,
Eva