A continuación se muestra un ejemplo de una descripción de campo en un archivo de descripción de formularios XML de Web Editor:
<form name = "CATALOG.CATENTRY" . . <field name="MEMBER_ID" showInCreateMode="false" fieldDescription="MEMBER_ID" type="integer" maxlength="19" defaultValue="" . . <field name="CATENTTYPE_ID" fieldDescription="CATENTTYPE_ID" type="string" maxlength="16" defaultValue="" . .
Tal vez desee cambiarla por la siguiente:
<form name = "CATALOG.CATENTRY" displayName="Product" . . <field name="MEMBER_ID" showInCreateMode="false" fieldDescription="Identificador del miembro" type="integer" maxlength="19" defaultValue="" . . <field name="CATENTTYPE_ID" fieldDescription="Tipo de producto" type="string" maxlength="16" defaultValue="" . .
![]() |