Skip to main content

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:


  1. Create account detail page

  2. Mark model to process client side

  3. Mark model to NOT load data on page load

  4. Mark model to create row when none

  5. Remove Id condition

  6. 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}}

























This has been fixed in Banzai Update 2, now available from the Skuid Releases page.


Tested and confirmed as resolved in Skuid 7.16.  Thank you!


Reply