Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following methods can be customized from RecordHdlHelper through the service:

RecordHdlHelper MethodIEntityMetadataService MethodDescription
GetKeyFieldOfTableIdGetKeyFieldById
GetKeyFieldOfTableNameGetKeyFieldByName
GetTableNameFromIdGetNameById
GetInternalKeyOfTableGetInternalKeyFieldByName

GetTableIdFromName

GetIdByName


GetDescFieldsOfTable

GetDescriptionFieldsByName


GetOwnerOfTable

GetProductByName


IsTransField

IsTransField


GetForeignTablePropertiesOfField

GetLinkedEntityPropertiesOfField


GetForeignTableNameOfField

GetLinkedEntityOfField


GetContainerOfHdl

GetDetailsScreen

User for MRU details container

GetLabelOfHdl

GetLabel

User for MRU Label

GetIconOfHdl

GetIcon

User for MRU Icon

Table Definition

Some fields used in the template get their value based on the table definition file (for ex. TargetKey is set based on the xml table KeyFields attribute; so at runtime, for our table, the value display for the key comes from the field specified in the KeyFields attribute).


For SWAT and POCs, the table definition file is included in pasoe-config.xml, under the tableDefinitionsDumpFile property:

Image Added


Repository Object Changes

...