How can i limit the pos in inbound shipment showin...
# ask-stanley-ai
h
How can i limit the pos in inbound shipment showing to a user to only those with the same location as his location?
c
AI generated answer (using internal Slack threads):
To limit the Purchase Orders (POs) in inbound shipment showing to a user to only those with the same location as his location, you would need to use a combination of role restrictions and scripting in NetSuite. Firstly, you can set up role restrictions based on location. In the role configuration settings, you can set the 'Restriction on Location' to 'Own and subordinates only'. This will restrict the user to only see transactions related to their own location and its subordinates. However, this alone will not be sufficient to limit the visibility of POs in inbound shipment. You would need to implement a SuiteScript to further refine the restrictions. Unfortunately, the specific code for this is not provided in the conversations, but the general idea would be to write a script that checks the location of the POs in the inbound shipment against the location of the user. If they do not match, the script should prevent the user from viewing the PO. Please note that this solution requires a good understanding of SuiteScript and may require further customization based on your specific business requirements. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823830605
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823042631
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.818851054
Please provide your feedback on this answer.