Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I can Show and Hide Region with Page Items into, dont submit de page items

Hay people, i have this code.
I have the problem, that cuando show and hide region, with page items into, and the region is showed, when do click on button, the page items dont send the info to submit.
any ideas..
Regars
Eduardo

// check, si estado enviar informe y Tipo: incidente ambiental, habilito gegion Orden de Compra
if (valor1 === 'PEI' && valor2 === 'IA') {

$('#orden_trabajo_id .t-Region-body').show();

} else {

$('#orden_trabajo_id .t-Region-body').hide();

};
// TKT-9538, emazzu, 29-05-2025, Fin, mostrar y/o ocultar tipo de tarea y supervisor para generar ot y asignación de fecha_denuncia

This post has been answered by InoL on Jun 27 2025
Jump to Answer
Comments
Post Details
Added on Jun 27 2025
5 comments
350 views