Edit the html file for the EditView in question:
<sugarroot>/modules/<module_name>/EditView.html
You will see slot tags for all your fields like the following:
Code:
<td class="dataLabel"><slot>{MOD.LBL_CITY}</slot></td>
<td class="dataField"><slot><input id='primary_address_city' name='primary_address_city' tabindex='3' size='25' maxlength='100' value='{PRIMARY_ADDRESS_CITY}'></slot></td> You can change all the orders by changing the values of the tabindex='3'
The custom fields to not have values specified, so add them as necessary.
-Sadek
Bookmarks