We're looking for information / guidelines on how to create dialogs for parameters.
The parameters range from a single value to a complex set of values possible containing collections (child tables?)
The parameters are typically created on the client side and processed on the server side.
The parameter can be passed to e.g. an invokable method or as extra context for savechanges
How to store the parameters ?
serializable object, json object vs parameters as a BE on its own.
I feel that a full BE is too heavy, but it would solve a lot of the binding and validation questions
How to do parameter validation
, client side and server side
How to do .Net databinding
of the parameter to the dialog screen.