Skip to Main Content

Java Development Tools

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!

How to set a variable value on EO using business rules validator

Hi,
I've created a business rule on EOImpl method and trying to set a variable value using the same method. And the same method is being used in Entity Object business rules validator. But it is not being set.
Could you please let me know if this is a valid coding.
There is a scenario, where Entity should throw the warning message (Saying, input is wrong and corrected to default value) and also want to set some default value even though the input is some different value.
The input is not from UI and it is from EXCEL / XML.
Kindly let me know if there is any alternate.

Regards,
Adithya

Comments

Tércio Costa

Uma simples solução seria fazer 3 vezes o join na tabela  flp_documentos, uma vez para cada um dos tipos de documentos citados, e assim você retornaria cada um desses elementos no seu select list.

1 - 1

Post Details