Data modeler multi tenant integration

It would be nice if the Data Modeler also understands the multi tenancy filter options. Now this has to be accomplished by scripting...

I don't understand how would that work? Can you please elaborate?

Setting the filter conditions like:
[FilterDef('Multitenant', '{TenantId} = :tenantId')]
[FilterDefParam('Multitenant', 'tenantId', TypeInfo(string))]
[Filter('Multitenant')]
Through some options in the modeler.

Why clutter the UI with such specific options if you can accomplish that with the customization script (and it seems you have already done it)?

Just for comfort...Scripting takes time and I want to concentrate on the application I develop.