Hi Isomorphic,
I think I found another useful feature for your framework. In some cases there are fields that may never be updated after being added (canSave="false" does not work here), for example: startSalary, startDate, ...
Here a new canUpdate="false" might help.
This then should only strip out values in update-requests on the server side (like its currently done for canSave="false").
Additionally it would be good if in DynamicForms the canEdit of that fields is adjusted to the DynamicForm-mode (add or update), so this .ds.xml-attribute must be transmitted with the DataSourceLoader result.
Same for ListGrids, startEditingNew() allows editing, normal doubleclick-editing does not.
Best regards
Blama
I think I found another useful feature for your framework. In some cases there are fields that may never be updated after being added (canSave="false" does not work here), for example: startSalary, startDate, ...
Here a new canUpdate="false" might help.
This then should only strip out values in update-requests on the server side (like its currently done for canSave="false").
Additionally it would be good if in DynamicForms the canEdit of that fields is adjusted to the DynamicForm-mode (add or update), so this .ds.xml-attribute must be transmitted with the DataSourceLoader result.
Same for ListGrids, startEditingNew() allows editing, normal doubleclick-editing does not.
Best regards
Blama
Comment