Forum Post: Re: New Ui - Rbf_isempty Not Working After Field Set With Rbf_setfieldvalue

  • Thread starter Thread starter Vimalkumar Selvaraj
  • Start date Start date
Status
Not open for further replies.
V

Vimalkumar Selvaraj

Guest
Hi Meryem, rbf_isEmpty(args) method returns true if argument is null or empty string. If you would like to check given field value is empty you should use something like this rbf_isEmpty(rbf_getFieldValue(fieldName)). You can't directly use them with fieldName. Refer doc documentation.progress.com/.../index.html for more details. Regarding another post that you were talking about rbf_setFieldValue() on lookup field as Siraj mentioned that has been fixed on 4.0.3. It displays item text instead of Id when you use rbf_setFieldValue() on lookup field ( both Selector and Picklist). Hope this helps, Regards, Vimal.

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