Base solution for your next web application

Activities of "mujthabagroad"

Tried with that. but it displays in UTC, not converting to local time with local timezone. need to change overall application where it depends on it right?. how it can be fixed with MomentJS without changing the type?

Hi,

Awaiting for the reply.

Thanks.

Hi,

Angular v6.8.0

Hello Team,

We are facing some issues with date manipulation, it inserts into DB with UTC format, but when retrieving the data in CRUD table shows in UTC date and while editing the data it shows invalid date, some time shows the wrong value, the menu was generated using RAD Tool.

Gone through the Timing documentation and tried with **ClockProviders **option and timezone settings in the administration settings menu, but no change, we need to save the data in UTC and display the data in local format. Attaching ADD/TABLE/EDIT views for the reference.

Add a new record: On Table:

Edit View:

Hi @ryancyq,

Thanks for your response, That is possible if we do a manual query and we need to do for all entities to get filtered, but my aim was to add as data filters for all entities. My scenario is:

  • We have Parent OU as Business Entity Office and Sub OU as Divisions, in an office will have multiple divisions
  • The user will have only one or more division access based on permission.
  • In all grid, data should be filtered and shown only which user has OU permissions
  • Should show all data without filtering if we are not setting any OU permissions for the user

For this, we added MustHaveOrganizationUnit for all entities and we have OU id in all tables. Now we need to add data filters for all tables to filter the data based on WHERE IN permitted OU.

Thanks.

Hi @ismcagdas,

yes we can get the children with this, but I need to get only OUs and Sub OUs which is assigned to the user or role in the permission and data filter should apply based on all permitted OUs

Thanks.

Hi,

How we can get the data which has MustHaveOrganisationId including child OU, added a custom filter for OU filter, but we need to get the data only under OU and sub OU which user has permission.

Thanks.

Hi @Aaron,

Let me try on this way.

Thnaks for the help.

Do the common books fixed for all tenants?

Yes, This is common seed for all tenant, we will add as seed in EF.

Also, do the common books change over time?

No.

With Example:

An Entity Book, we have some common books for all tenants, that should show for all tenant users. but also have tenant-specific books that should show only for that specific tenant user.

In a lookup table should show the data which is common as well as specific tenant.

Showing 41 to 50 of 59 entries