The edit panel section defines the fields and the layout of the edit metadata panel on the given main tab (typically in the right expander).
There are two steps to accomplish here:
1.Create the edit panel section.
2.Add the edit panel section to the <ObjectUIGroup Name="Edit"> in the <ObjectUIGroups>.
Create the edit panel section in the xxx_Config.xml file (where xxx may be Ted4, Fred4, Shell4 or Edadmin4), the same file you were editing in the step Creating a base query section in xxx_Config.xml file. The text in blue is free text, but referenced elsewhere, which means you can follow our indications, or specify what you want, but be coherent, while the text in red is related to specific tab, and it has to be customized to keep the naming coherent. In this example, we're showing the EditContact.Panel for the contact object.
|
Add the edit panel section in the xxx_Config.xml file (where xxx may be Ted4, Fred4, Shell4 or Edadmin4), the same file you were editing above. The text in blue is referenced in the <objectUI name="EditContact.Panel". In this example, we're showing adding of the EditContact for the contact object.
|