Hello,
I tried, the routine works fine when in Desktop and Classic. Even in Browser I can see the override message in OVERRIDE Field,but I cannot see the OVERRIDE message to accept it. Please help see my code below
IF SP.RR = 1 THEN
CURR.NO = 0
CALL STORE.OVERRIDE(CURR.NO)
AF = EB.CUS.LOCAL.REF<1,202>
TEXT = "Sorry National ID exit at Customer Spouse Profile " : CUS.ID
CALL STORE.OVERRIDE(CURR.NO)
*CALLJ "test.Divesh", "$DiveshPop", data SETTING fromjava
*CRT 'fr java ' : fromjava
END
RETURN