How can I handle the Usage limit in SuiteLet?
# suitescript
d
How can I handle the Usage limit in SuiteLet?
u
Did you exceeded the usage unit limit?
If you are working with a record and the usage unit exceeded is experienced for a instance, I would either go to the route of having an UE will will handle the offloading the work to the UE but that would affect the performance. The other way is to offload the work to a scheduled script or map/reduce script
d
@クリスピポテト i have some multiple searches before i display the output in suitelet, on selection of results i create som custom records,
@クリスピポテト i have not exceeded, but script is nearer to exceeding limit, so need to find alternatives
b
generally you are doing too much work in the suitelet
find ways to split up your data
✔️ 1
k
I would suggest send data to Restlet or other server scripts to handle creation instead of doing in Suitelet