Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

setting up error messages on Interactive Versions

edited Jul 28, 2014 1:40PM in Design Tools & Output Technologies - JDE1 (MOSC) 23 commentsAnswered ✓

I've added the following codes to an interactive application to generate an error message if a particular field called "Revision Reason" is left blank in the order entry screen. Here's the code"

If GC RevisionReason is equal to <Blank> Or GC RevisionReason is equal to <Null>

If VA frm_SalesOrderAction_NKEYS is equal to "107"

Set Control Error(FC IsRowSelected, "42B14")

Else

End If

If the above condition is fulfilled, i.e. if GC RevisionReason is equal to <Blank> Or <Null> AND If VA frm_SalesOrderAction_NKEYS is equal to "107", then system needs to generate the Error message (Error Code:42B14) on the form.

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