Skuid respecting Salesforce object settings

Very cool that you are reworking all your Salesforce UI into Skuid - We encourage that behavior! 

Question 1A:  If a field is marked required at the database level (on the field list in setup) - you do not need to mark it required in the UI.  In fact these fields will show the “required field” as grayed out.  You cannot mark them Not required. 

Question 1B.  If a field has been marked required at the database level and you do not include it in a new record page, users will not be able to save records because of the missing required field.  ** Be Careful… **

Question 2.  The lookup filter defined in setup will create a validation error when you try to save the record.  It will not prevent the referenced entity from being selected.  To accomplish this you will need to add a filter on the reference field in Skuid. 

Hopefully that helps.