User1130620715 posted
Is it possible to use Dynamic Data so that it is filtered parametrically. For example, I have two tables, Company and CompanyNews.
Company table has pk CompanyID. CompanyNews table has CompanyID as a foreign key. I want to have users who are members of a company (who log in using Memberships and roles) to be able to Insert Edit or delete news for their own companies
only. So, the DynamicData displayed would be parametrized by CompanyID, but each user would see the same tables.
Can this be done? How?
Thanks all for a all the great work,
Paolo