Hi,
Where can I find all the possible values of DM_COLUMNTYPE and SM_DISPLAYTYPE?
Thanks
Hi,
Where can I find all the possible values of DM_COLUMNTYPE and SM_DISPLAYTYPE?
Thanks
In your solution explorer take a look under “SolutionModel/JSField” and “Database Manager/JSColumn”. The ones with the yellow icons are the constants you are looking for.
yes…but there they have totally different names…so many rough edges
why is that?
columntype and displaytype are deprecated, they are replaced by the 2 joas pointed out to you.
So it is not rough it is just made a bit cleaner and nicer, so that display types constants are really constants of the object that needs them (JSField)