User Activity
Hello, Most of my application is ready in the application scope, but I have identified that a Script Include and a UI Action are in the global scope. How do I ensure that these two records are installed along with my application in another instance? ...
I created a state in the sn_customerservice_case table with the label: "closed - lost" and with value 11 and when selecting this case it does not have the closed behavior. How do I insert this value in the script that closes the records?
03-14-2024
Hello, when I create a scheduled data import, I saw that there is a [Execute Now] button, I wanted a way to activate the button via script. I tried using the UI action script: current.update();
SncTriggerSynchronizer.executeNow(current); But when I r...
We want to create an api call manager in our instance. We do not want more than 5 api calls to be made at the same time in our entire instance. We wanted to create a control that limits requests to 5 at the same time and stores those that could not r...
javax.net.ssl.SSLProtocolException: The size of the handshake message (41554) exceeds the maximum allowed size (32768): The size of the handshake message (41554) exceeds the maximum allowed size (32768)When I'm performing a handshake with an API usin...