N
Nitin Kumar Singh
Guest
Hi Iram, What are the Trigger Timings for your field validation ? If it's Before Create and you do not want records to be created with field "abc" being empty, you can check : 'Always require a value in this field in order to save a record' in Advanced Field Properties under Field "abc" : Edit page. For trigger timings: Before Update you could use result from rbv_api.isFieldEmpty(objName, objId, fieldName) to check if your field is empty. Regards, Nitin
Continue reading...
Continue reading...