I am running into a weird issue where my Panel set is not rendering if I put a render condition on a field in my model that is having the row “Create default row if Model has none” from my Model. The panel will not display and render correctly until the default row is saved. Once saved everything is fine and rendering works perfect. Removing rendering conditions totally works fine as well but I need the rendering once the user gets deeper into record editing.
The Model is for a child object of Case and what I am trying to do is when the page loads for my Case detail page it creates this related child record row if the Model is empty and saves it preferably on page load. The Model is set to only pull in 1 row and has a condition on the master-detail for the Case ID so once the record is saved it is done and has it’s related row.
How can I force this “Create default row if Model has none” Row to save once created?
I tried adding a Model Action on “New Row Created” and adding an action to Save the Model but it does not save. Is there a way to run actions when the “Create default row if Model has none” Row is created?
Question
Conditional Rendering with Create default row if Model has none" issue"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

