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...
Continue reading...