I have a suitelet that makes two different API ...
# suitescript
s
I have a suitelet that makes two different API call i want that each one should open a different tab
Copy code
fedexapi
        .createFedex(package, request.parameters, token)
        .then(function (label) {
          options.response.writePage(label);
        });