[progress Communities] [progress Openedge Abl] Forum Post: Re: Custom Validation Message -...

  • Thread starter Thread starter Srinivas Panyala
  • Start date Start date
Status
Not open for further replies.
S

Srinivas Panyala

Guest
Hi Iram, above approach will work for only New record page. If you want to achieve same behaviour in edit page also then follow the below approach. 1) Navigate to Object Definition -> Fields -> Second Field -> Events 2) Paste the below code as value for "onchange" event and Save if(parseInt(rbf_getFieldValue("One"))>=parseInt(rbf_getFieldValue("Two"))) {alert("Two value should be greater than one");} Thanks Srinivas

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