[progress Communities] [progress Openedge Abl] Forum Post: Re: Client Side Validation On Field

  • Thread starter Thread starter Mohammed Siraj
  • Start date Start date
Status
Not open for further replies.
M

Mohammed Siraj

Guest
Sure John. In Field Definition -> Validation. Add the following code snippet: if({!amt#value} < 2000){ return 'Amount should be atleast 2000'; } where 'amt' is integration code for a field called Amount.

Continue reading...
 
Status
Not open for further replies.
Back
Top