Agile Developer

Issue with View Fil...
 
Notifications
Clear all

Issue with View Filter Not Working Correctly on Transaction List

4 Posts
2 Users
0 Reactions
424 Views
Posts: 609
Topic starter
(@banupriya)
Noble Member
Joined: 2 years ago

Issue Details:

- The view filter is not functioning correctly on the transaction list view. Users are able to access all data, even those not related to their login credentials.
- When logging in as the user pixit1 and accessing the transactions, all data is displayed instead of the filtered results on the web version.
- However, when accessing the same transaction on Axpert Desktop as the user pixit1, no data is displayed, as that user has no associated data.

For reference, I have attached two screenshots:
- viewfilterdesktop: Screenshot from the desktop login where no data is shown for the pixit1 user.
- viewfilterweb: Screenshot from the web login using the same pixit1 user, where data is visible despite the filter not being applied correctly.


3 Replies
Posts: 602
Admin
(@axpertsupport)
Honorable Member
Joined: 2 years ago

As discussed with the tech team, this feature will be included in the upcoming patches. They are planning to implement the 'DEC' feature, which will enable role-based control of the list view. The patch is expected to be released soon.


Reply
Posts: 609
Topic starter
(@banupriya)
Noble Member
Joined: 2 years ago

By default, the list view is user-based. Transitioning to a role-based structure would require significant changes across the entire project. Could you please check if it’s feasible to maintain the current user-based approach? Below is an example of the list view field expression:

{ and (a1.createdby= :username or a1.username=:username or :username = 'admin' or :username = 'pixkin' or :username = 'accounts') }


Reply
Posts: 602
Admin
(@axpertsupport)
Honorable Member
Joined: 2 years ago

Certainly, I will check.


Reply
Share: