enable_list_lamp, in this field I have a FlexField, returning a code_combination
only the following: When you click on the Text_Item field, the FlexField does not open automatically, you need to click on the 3 dots "..." of the field, but wanted to open flex automatically, to prevent random values ??from being inserted ...
Here goes the stretch of the FlexField that is in the trigger
WHEN-NEW-FORM-INSTANCE
FND_KEY_FLEX.DEFINE(BLOCK => 'HR_UNA_HIERARQUIA_CHAVE'
,FIELD => 'TXT_CHAVE'
,APPL_SHORT_NAME => 'SQLGL'
,CODE => 'GL#'
,NUM => 101 --v_ORGANIZATION_ID
,ID => 'COD_COMBINATION_ID'
,REQUIRED => 'Y'
,VALIDATE => 'FULL'
,USEDBFLDS => 'N'
,TITLE => 'Conta Contábil'
,ALLOWNULLS=>'N');
automatic_display
of LOV enable_list_lamp is 'YES' Thanks from now on .....