Search is not working in the Extension

The search is not working in the extension. But the search is working in Netsuite.

Issue:

There are two functions in the extension for getting details of files and folders from the backend(suitescript file),

In the execution log of the corresponding ssp application, it is showing as blank object value is not getting.

Solution 1:

Go to the corresponding SSP application, open the extensions folder and open the folder for the corresponding extension, and in-services edit its permissions.

Created a custom role by customizing the CEO role, by giving permissions given below. and in services file selected the role as custom role.

this way giving all permissions to the services file it will work

Solution 2:

The other way is by comparing the extension with similar service files of extensions having the same functionality of search.

Check the difference between the Permissions and role of both the two service files and add the missing permissions or change the role.

Leave a comment

Your email address will not be published. Required fields are marked *