Feature request

hi, i have some DA tables that are parameterized in the Schema
but those parameters aren’t generated (or i am missing something) in the _intf files
so i can’t use a const string to stuff the params.parambyname()
it would be nice to have the params generated as consts in the _intf file…

Hello

Sorry for the belated answer, for some reason I did miss this message.

And they shouldn’t be generated there.

_Intf files contain code for service interface(s).

At the same time Schema is in this case a metadata for one concrete service that can even me modified / loaded at runtime.

Still I agree, we need to provide some way to list parameter names in the generated client-side table definitions code or data definition files.

I’ll log an issue to investigate this further.

Regards

Thanks, logged as bugs://82519