Hello,
I've noticed that coding using custom attribute types can be a little tricky for different reasons:
- Even thoug they suppose to be static, I've noticed custom attribute type numbers can change over time for different reasons. This has a direct impact on you code.
- You have to keep those numbers defined as global variables in your code and keep them updated.
- When you are working on the scripting module, you always have to switch to Admin module in order to know the custom attribute type number.
- This same problem happens with custom object or model types.
Can anyone out there explain what is the best way to work with this kind of attributes?
Best regards