When a model is marked to process client side, not load data and create when none, a component associated to that model does not display the newly created record.
Steps to Repro:
- Create account detail page
- Mark model to process client side
- Mark model to NOT load data on page load
- Mark model to create row when none
- Remove Id condition
- Preview page
Expected Result
Row displayed in field editor
Actual Result
Field editor does not display row
Note - Inspecting skuid.$M(‘Account’).data.length = 1 so the row was created
Sample Page XML
{{Name}}
{{Model.label}}