When you have a table with a relationship, the result set shows both the foriegn key and the relationship field.
When you go to add a new record, it shows the relationship field in the JSON with a value of null. If you try click save, it errors with ClientError: Computed property package may not be directly assigned a value. The relationship field is not editable. It should not be in the JSON. You have to remove it to be able to save the new record. Same goes for editing an existing record.
So, if we can't edit a relationship field, I think could omit the relationship field from the results table.
When you have a table with a relationship, the result set shows both the foriegn key and the relationship field.
When you go to add a new record, it shows the relationship field in the JSON with a value of
null. If you try click save, it errors withClientError: Computed property package may not be directly assigned a value. The relationship field is not editable. It should not be in the JSON. You have to remove it to be able to save the new record. Same goes for editing an existing record.So, if we can't edit a relationship field, I think could omit the relationship field from the results table.