Need help in creating mandatory fields in RTC 4.0.3
![]() Hello, I am trying to create mandatory field in RTC. I had created five enumerations as mandatory but when i am saving the new record with only three enumerations and two enumerations as blank, its still saving the record. I followed same procedure for creating all the five enumerations. Where i am going wrong. Thanks for the help in advance.
Regards, Ameet |
One answer
![]()
There's no "Blank" value for the enumeration type. If the blank you mean is the default value, for the two enumerations, could you check if the Default literal is same as the Unassigned literal?
|
Comments
Hi Ameet,