Can a Scheduled Script call a backend Suitelet that pulls in tracking status data from a shipping carrier's webservice?
n
NickSuite
10/22/2021, 5:59 PM
Sure.
p
Parker Truesdell
10/22/2021, 6:00 PM
Would I actually need the Suitelet for that or could I just make the request to Fedex's webservice from the Scheduled Script?
s
scottvonduhn
10/22/2021, 6:03 PM
best option: put the Fedex-calling code into a stand-alone module, then both the suitelet and scheduled script can make direct use of it (and any other script that needs to in the future)