How to populate error for a property using field value?

I have to an error message on the field date property if the user tries to submit the case without filling it.How can I achieve this by field value?

I want it exactly to behave like how it’s working for Document Type property (without any validation rule it’s also throwing error on the property)

Attaching screenshot for reference.

Hi @TanyaS58: Can you help us to understand how the validation is configured for Document type?

You can configure validation in multiple ways.

  • Use form level validations
  • Use validate rules
  • Validating the form in post processing

In this scenario, I feel making the Filling date as mandatory in form level should works. But this will give you generic error message.

Thanks.

@ArulDevan I tried to check how the document type validation is configured but couldnt get any result on it.

I want to use field level for filing date and no we cant make it mandatory as that is not the requirement.I just need to populate error msg on the property without using validation rule.

Hi @TanyaS58: What is the condition for validation? What is the action which should validate the condition for validation?

Thanks.

@ArulDevan once the user is trying to submit without adding a document type this error comes up. But there is no post validation getting done here on the flow action.

Hi @TanyaS58: Can you also check if there is a edit validate configured in the property level.

Thanks.

@ArulDevan no its not