Forum Post: Re: Field Level Validation - Empty Field Check

  • Thread starter Thread starter Nitin Kumar Singh
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top