hey guys, in my extension, i'm trying to load a saved search in a model and send back the results to my service controller which further passes it on to the view
nlapiLoadSearch() and runSearch() execute okay, but when I try to traverse through the resultSet I get an error ERR_INSUFFICIENT_PERMISSIONS
currently i've created a custom role and applied to the appropriate .ss file. it has permissions to access the saved search belonging to the custom record for which i'm trying to fetch the results. also has permissions to list the custom record
any other permission i might be missing?