Hey guys, i need to brainstorm a small thing on su...
# suitescript
n
Hey guys, i need to brainstorm a small thing on suitelet design. We have a UI suitelet that was used for the last 2 years to build a Truck. One truck would actually create multiple Item Fulfillments in the background. This worked great for all this time. Now we have a need to turn on bins and insert a bin transfer into the code and doing this will cause usage limit exceeded errors. Suitelets only have 1000 units. I cannot move that bin transfer logic to a schedule script because i need the schedule script to complete first before the suitelet finishes the next process. So I am toying with idea of using nlapiresolveurl to spwan a backend suitelet. NetSuite explicitly says in its help: Backend Suitelets should not be used to get around SuiteScript usage governance. Suitelets designed with this intention are considered abusive by NetSuite. ---> Does anyone have any other idea on how I can do this?