Skip to content

Fixed ISSUE-45316: The preference header must display the property name instead of the preference code as it is now.

The preference header must display the property name instead of the preference code as it is now.

Affected Tables

  • SQL query : select t.name, c.name as "column name" from ad_column c, ad_table t, ad_reference r where r.ad_reference_id = c.ad_reference_id and r.name = 'List' and c.isidentifier = 'Y' and c.ad_table_id = t.ad_table_id order by t.name;

The affected tables are:

table column
AcctSchemaTableDocType Document Category
ADAlert Alert Status
AD_Audit_Trail Action
ADClientAcctDimension DocBaseType
ADClientAcctDimension Dimension
ADClusterService Service
ADClusterServiceSettings Service
ADDimensionMapping Accounting Dimension
ADDimensionMapping Document Category
ADDimensionMapping Level
ADPreference Property
ADProcessScheduling Weekday
C_IMPORT_ENTRY Typeofdata
C_Import_Entry_Archive Typeofdata
FinancialMgmtDebtPayment Form of Payment
FinancialMgmtDebtPaymentCancelV Form of Payment
FinancialMgmtDebtPaymentGenerateV Form of Payment
FinancialMgmtPaymentRun Status
FinancialMgmtPaymentRunPayment Result
FinancialMgmtPaymentTermLine Form of Payment
ManufacturingCheckPointShift Shift
ManufacturingMaintenancePeriodicity Periodicity Type
ManufacturingWorkRequirementProduct Production Type
MaterialMgmtMaterialTransaction Movement Type
MRPPlanningMethodLine Transaction Type
PeriodControlLog Period Action
SalaryCategoryCost Cost UOM

Duration of execution

  • Before : 1ms
  • After : 1ms

Try retail

Edited by meriem azaf

Merge request reports