Customize Field Position in HelpDesk Solution

Customize Field Position in HelpDesk Solution
Shepherd.Wesley's picture

Senerio: Upper Management has requested that some of the fields have different positions in order to create a better flow when a ticket is being created (by a worker). Does anyone have any examples of how to move fields around to different positions?

Thanks
Wes

Move field

Dominique's picture

Just use the XML part of the ascx file to change the order the field will appear.
The default columns appearance order (runtime rendering) is the same as the order in which they are declared.

Dom