I have a BO Orders with child BO DocumentUploaded
The Child BO has documents on FileSystemand for Document attribute (type document) I have setup Max File size = 2048 KB and AllowedExtensions = jpg,jpeg,png,pdf
When I upload the documents in child object these conditions are not verified and allows me to upload any size, any extension.
I am doing it wrong or is a limitation with File system or reference uploads?
Thank you