I
IramK
Guest
Hello, I have field level validations on various fields and I would like to check whether the field is empty or not. I have managed to compare the field's token value with an empty value and that works when I am on the form, however if I try to create a record using rbf_createRecord(), the field validation kicks in and fails the record creation process because the empty value it is looking for is "null" and not an empty string "". So my question is, what is the best way of approaching this empty field value comparison in a field validation such that I can cater for both these (or any other) situations? Kindly let me know. Cheers. Iram
Continue reading...
Continue reading...