it is possible to set 'mandatory' on a field at the form level.
Check your form(s)

On Wed, 31 Aug 2016 04:05:46 +0000, Sannyasin Siddhanathaswami wrote:
> Aloha,
> 
> I’m having a super weird error in our database. For maybe 1000 
> records I get an error when opening/saving a record.
> 
> It says :
> Cannot Save record…
> Cannot update record…
> Mandatory field is Null in record…
> 
> I’ve run verify records in the maintenance center and it didn’t 
> find any errors.
> 
> I don’t have any mandatory fields in this table, and confirmed that 
> with this:
> $lastFieldNum:=Get last field number(->[Members])
> For ($x;1;$lastFieldNum)
> GET FIELD ENTRY 
> 
PROPERTIES(Table(->[Members]);$x;$list;$mandatory;$nonenterable;$nonModifiable)
> If ($mandatory)
> ALERT(Field name(Table(->[Members];$x)))
> End if
> 
> Any clue what’s going on here?
> 
> 
> 
> 
> --
> Sannyasin Siddhanathaswami
> 
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:[email protected]
> **********************************************************************
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to