SFDC Validation Rule Error Messages and Tab Sets

Mark I was able to figure this out (workaround?). Because I was using SFDC validation rules and skuid UI conditional rendering with the same field, the rendering would not work properly. So I changed my design to include a new field (checkbox) in SFDC to get around this. Essentially, my button now includes two separate update actions. One that is used solely for SFDC validation rules, and the other which is used solely for conditional rendering (checkbox). Since making this change, everything is working as needed. I do wish we could have done it with just one SFDC field, but hey, at least it’s working! Hope this is helpful Praveen.