I am currently working on implementing a document filter within the shipment details section of our mobile app. This feature is essential because the app will be used by service providers, and they should not have access to all of the stored PDF documents related to a shipment. When users navigate to Active Shipments, select an active shipment, and access the Documents tab, they currently see all documents associated with that shipment.
To improve security and usability, I need to create a filter that displays only specific documents—specifically, those that are relevant and sent via the portal. However, the existing configuration in the JSON does not support filtering or disabling document visibility, which has created a challenge in implementing this functionality.
There have been no recent changes to document visibility in the shipment details of the mobile app, yet the need for this feature has become increasingly evident as we seek to streamline access for service providers. My goal is to establish a filter that limits document access to only the necessary document types, ensuring that sensitive or irrelevant files remain hidden.
Does anyone know how I can fix this problem?