Technology Stack - EBS (MOSC)

MOSC Banner

Forms 10g disable button on tabular form

edited Aug 20, 2021 11:02AM in Technology Stack - EBS (MOSC) 2 commentsAnswered

Hi all,

i'm trying to disable button dynamically on tabular form.

i write this code on post query and when new record instance on block trigger .

  IF  :xxrm_employee_ekstre.INV_KOD ='INTERFACE'

     THEN      

                    Set_Custom_Property('XXRM_EMPLOYEE_EKSTRE.FATURA_OLUSTUR',:SYSTEM.TRIGGER_RECORD, 'ENABLED', TRUE);                                                              

     ELSE

                    Set_Custom_Property('XXRM_EMPLOYEE_EKSTRE.FATURA_OLUSTUR',:SYSTEM.TRIGGER_RECORD, 'ENABLED', FALSE);                       

  END IF;

Here it is the first screen.

But when i scroll down ,buttons property is not changing .like below image:

Is anyone have an idea?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center