Also how can i save the set/get into the "AppFeatureValue" table as with the above example i cannot find the new record in this table.
Hi Mahmut, Thanks. Can you help me with sample for router.provider.
In simple words Host admin should be able to define featurs allowed for any tenant admin. currently Host admin can select very specific features but not the custom features for the tenant. Tenant admin already have feature to define the access permission for roles/users.
Hello mahmut, Let's take one example. assume similar to role/user access permission we have permission for tenant edition.
Now i want menu's to be displayed to tenant admin based on edition only i.e. maximum menus allowed.
in the current exmaple for "organizatoin" edition, tenant will have permission for "Home" and "Dashboard" menu only.
i hope i am bit clear now.
Hello liangshiwei, Issue resolved. Thanks for your support.
Hello liangshiwei, I have followed this document. make following changes:
1- IdentityServer/ HttpApi.Host csproj --> appsettings.json "AbpTwilioSms": { "AccountSId": "AC13c30f4dc66c93a4cmnsdfkjlahfk3ae9244", "AuthToken": "a547ed14luofasd9dc5ef6f0c3cb", "FromNumber": "+12504365764" },
2- IdentityServer/ HttpApi.Host csproj --> Added TwilioSMS Nuget packege
3- Add below code in *Module Class of IdentityServer/ HttpApi.Host csproj
[DependsOn( ..... ...... typeof(AbpTwilioSmsModule) )]
4- Host admin kept the 2F optional, Tenant Admin kept the 2F optional, User kep 2F mandatory
5- Now 2 problem statement: