Hello, I have a custom button that has a CS attach...
# suitescript
i
Hello, I have a custom button that has a CS attached, this client executes a function that calls a SL, the issue here is now that Im sending some data to the SL, butI came with a certain record that has a lot of data so, it returns this error
Request-URI Too Long
, im thinking now that the solution to this would be to create a file on the filecabinet with the data and instead of sending it via CS, just create the file and send the route to the suitelet, and in there just read it. Does this sound like a good idea?
b
id imagine its easier to send the id of the record to the suitelet instead
i
Thats what I thought after writing all of this haha