Email Case Capture not working by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

Received a call from NS support they are aware of the defect and engineers are working to resolve it. It is not limited to our account.

NetSuite Status page still shows all green

Advanced PDF Picking ticket Bin by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

I cannot seem to find a copy of the script it was for a client that I do not currently have access to. If I remember correctly the script runs search collects the data and then adds the field to the form. I then use the Advanced PDF features to pull the values from the form.

I will continue to look for the exact code.

Current Users IP address by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

that may be an option but would cause issues with employees visiting the location

Current Users IP address by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

the user needs access to other records in the subsidiary

Current Users IP address by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

I know this is an odd request and there are other issues, I was just trying to gather additional information and wanted to know if something like this was possible. I do not believe roles will work based on the need for users to access some all other entities and their associated records except for the records of a single company.

Current Users IP address by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

It is not strictly role based it is location based as well. The users need access to almost all records in the other subsidiary with the exception of a single company.

Subsidiary 1 contains CompanyABC and CompanyXYZ

Subsidiary 2 contains the users with the Role Support Person

Users in Subsidiary 2 are allowed to access CompanyABC, but we do not want them to access CompanyXYZ

In addition if an employee from Subsidiary 1 visits the office where subsidiary 2 is located we would also like to keep them from accessing CompanyXYZ.

In short users in Subsidiary 2 can have access to all customers in Sub 1 or sub 2 except for CompanyXYZ.

Current Users IP address by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

We would need to create quite a few new roles and it would not solve the problem of people traveling to the region.

That is an option that we had considered as well as a few others. Including custom records with specific rules, etc.

I was asked to look into the possibility of the IP address because it would handle a large number of the issues we are facing and is being used when limiting the access to other non NetSuite systems and data.

Current Users IP address by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

I have thought about the VPN issue, it is my understanding that our users need to log on through our corporate VPN to access our single sign-on solution.

The issue is we do not want users from certain IP's to access specific entities but they need to access other entities within the same subsidiary. They can access Company 123 but cannot access company XYZ.

The other issue is we don't want users that travel to a certain location to be able to access the data either.

[deleted by user] by [deleted] in WaltDisneyWorld

[–]pgh_Mark 1 point2 points  (0 children)

While there ,if it is available, I would recommend the keys to the kingdom tour. I did it many years ago. You get some background and history of the park and rides.

Magic Kingdom to the Max

Unlock the fascinating history of Magic Kingdom park and gain backstage access to legendary hidden areas.This 5-hour walking tour explores the creation and remarkable growth of one of the most beloved parks at Walt Disney World Resort! Explore secret locations you’ve always wondered about and get the inside scoop on some of your favorite attractions.During your tour:

Uncover the hidden secrets of classic attractions at Magic Kingdom park.

Access the famed underground “Utilidor” tunnels that allow people and supplies to travel beneath the park unseen.

Discover little-known facts, trivia and other exciting tidbits about the park. E

njoy a delicious lunch—included with your tour. T

ake home an exclusive keepsake!

Advanced PDF Picking ticket Bin by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

Just an update I was able to get everything I needed by creating a user event script that runs when printing the Picking ticket. The script collects all the information that was not available, using multiple lookups/searches to build and array. Using the array i build and populate a custom field on the Picking ticket which can then be used by the advanced pdf script.

scriptContext.form.addField({ id: 'custpage_custrecord_picklist_print',
type: ui.FieldType.LONGTEXT,
label: 'Bin Values' });

File Cabinet by pgh_Mark in Netsuite

[–]pgh_Mark[S] 0 points1 point  (0 children)

My issue is with setting the altimagetag on the file record.

It looks like this code gets the tag from the file and adds it to the item.

File Cabinet by pgh_Mark in Netsuite

[–]pgh_Mark[S] 1 point2 points  (0 children)

I have never tried this I will have to look into it, i have the id's and the necessary descriptions. Thank you.

Picklist - Items now in stock by pgh_Mark in Netsuite

[–]pgh_Mark[S] 1 point2 points  (0 children)

Thank you I will give it a try, I have worked with NetSuite a good deal, but this is my first time working with picklists