Hello everyone,
I'm trying to make a custom record as secure as possible so I'm removing all roles apart from the admin role from it.
This creates an issue because a RESTlet we use (which any role can access) does a lookupFields() on that record so I've tried creating a new Suitelet that will do that lookupFields process and use the response value back in the RESTlet.
Only problem is, when using url.resolveScript() & https.get() I can't get past the login body.
Anyone ever run into this issue and was able to circumvent it somehow?