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.

@Pete, Thank you for responding on it. I will try this but also update models which are part of page include from the master page save button.

I tried removing the page include and added the other models to my page and everything was working fine.

I think there could be some issue with page includes models being updated from the page containing it.

Sounds good Praveen. Good luck with your project!