-
How to override EMail sub classes (NodeCreateSubclassPost)
Hi CS23.4 I have inherited a module that overrides some functions when you drag and drop a document into classic view, so it can perform some additional checks before deciding if it needs to write into an additional table for later. Part of the module is this code: override function Void __Init() Object lliApi = $LLIAPI…
-
What is the best way to handle service context management in DFS?
Hi, What is the best way to handle service context management in DFS?
-
The underlying connection was closed: An unexpected error occurred on a send.
I consistently encounter the error message 'The underlying connection was closed: An unexpected error occurred on a send.' Despite having all our firewalls open for 'https://messaging.easylink.com/', the issue persists. I am seeking your team's assistance in identifying the root cause.
-
Querying "select b.* from KUAFChildren..." puts a load on the database
Good afternoon experts! The following query is executed on the production database: select b.* from KUAFChildren a, KUAF b where a.ID=:A1 and a.ChildID=b.ID It is performed frequently and gives a significant load. Can anyone explain what kind of request this is and why, is it possible to change its execution frequency or…
-
Change localization (languge) of an integrated module - modal alert
Hello, I need to change a language of an Yes and No buttons in modal alert window. It should be ssible according to the snippet found in csui bundle. url: lib\src\csui\utils\commands\commands.md I tried several iteration but I am not able to make it working. Does anyone have an idea where this piece of code should be…
-
Is it possible to activate a WebReport trigger with a category update on a business workspace?
There is an option to configure this trigger in the desired location. It activates properly when a category change is made to a folder subtype, but not when the category change is made on a business workspace. The folder and business workspace are at the same hierarchy level under the trigger, which makes me think this is…
-
SSLHandshakeException:
getServerURL https://test2messaging.easylink.com/soap/sync 2024-03-06 02:05:29,429 [main] INFO com.lmig.efroi.jobs.FROIJob - +++++++++callRightFaxSubmitCloudService+++++++ : Before calling the service 2024-03-06 02:05:29,564 [main] INFO com.lmig.efroi.jobs.FROIJob - +++++++++callRightFaxSubmitCloudService+++++++ :…
-
C# - not receiving OTCSTicketExpires header?
Hi Members, I am running <server>otcs/cs.exe/api/v1/auth command in Postman and getting the header just fine: But when I run C# code (generated from Postman), my http response message does NOT contain this header :-(. Any ideas, what am I missing in my requests?
-
"ADN Table Key Lookup" field takes too long
Hello everyone We have a problem with a TKL field that performs a simple select in the database. It is taking 1 minute to load the data on the screen from the smart view, do you know of any way to improve the performance of loading the data from this field? note: 37,000 records are loaded this is the query select…
-
How to create a sample document using Documentum REST API
How to create a sample document using Documentum REST API