Is there a way to force a edit form extension field to display if there is no data in the extension table?

Has anyone ever forced an edit form extension field to display if there is no data in the extension table?

Comments

  • Yeah, you need to left join to the primary table to make sure that it returns at least some rows so that the form doesn't show no data loaded.