↧
Script to Change order of Attributes within an Entity
Hi, I have a script that performs an number of Standardisations that are specific to the Company I'm working for. Amongst those Standardisations is adding a set of control columns. One of the control...
View ArticleScript to Change order of Attributes within an Entity
Hi Sandy, See attached script: MovePKAttributes.txt (1.8 KB) I use Move method from Attributes list in this script. Other way is using this: Attributes.InitSort(); var temp = Attribute1.Ordinal;...
View Article