-
Confusing menu handling
I'm confused with the menu handling in a Smartview plugin (generated with the SDK). Here is my config: in my ..\src\main\resources\xml\unitymenu\MenuContextDelta.xml file, I added: <insert position-before="menuToolsMassUpdate"> <menuitem id="myMenu" src="MyMenu" label="My Menu" /> </insert> Then I created…
-
Junit Test example
Hi, Using the WorkspaceAssistant, i added REST controller and boiler plate code to the project. Controller, DFC, model and view where created. Can you provide an example how to run JUNIT tests (junit 4 or 5) to test the DFC methods, providing a session? Kind Regards, Karel
-
Required knowledge for D2SV
This question was recently asked: Required knowledge for D2SV Answer (this was from the partner D2 SV SDK Challenge, going on thru Oct 2023):
-
RightFax COM API (RFCOMAPILib)
Hi, I am trying to create an application that using RightFax COM API (RFCOMAPILib) that connect to our CloudRrightFax server but I am getting an "Access Denied" when running the command OpenServer() in my code. I am able to login in the RightFax cloud using the account used on the API. Appreciate any help. Thanks
-
supported attachment file in SendFax
We have installed RightFax 21.2 version in our fax server. In Fax util, when we try to attach a file from send fax window then its only allow to attach a *.pcl file. Do we need to configure some settings to allow other file types like txt, docx, pdf or jpeg? Any help would be appreciated.
-
Faxing validation
Hello, Do you have any fax validation ? I'm tried to send fax on faxes like "asdasd!!!" and in the status i see - "Posted". Document was sent on fax "asdasd!!!" is it real ? array(4) { ["job_id"]=> string(16) "test2-1700499297" ["entry_time"]=> string(24) "2021-10-19T12:31:14.000Z" ["job_state"]=> array(2) { [0]=>…
-
Faxing callBack
Hello, need a help I'm trying to send fax I need to get sending status via callback(https://developer.opentext.com/apis/99b857ce-b749-4061-bc63-8a077e3a0818/Cloud%20Fax#tag/Receive-fax-status-via-callback-URL-(fax-status-webhook)) But server send me response that looks like I'm expecting json like in documentation. Could…
-
Need help debugging undocumented error - "XOA-2000 [system error] : jm_create() failed, error 204"
Our fax service suddenly stopped working, despite no changes on our side. Here is what we are sending in (we have some steps to transform the json into xml, this is prior to that step, so if any more info is needed I can dig in further and provide): { "documents": [ { "documentID": "123", "documentContent": "Hello World!"…
-
PowerApps and EasyLink Messaging API
Has anyone used Microsoft PowerApps to integrate with the Easy Link Messaging API? I've read through the getting starting with Open Text / Easy Link Messaging API document which seems to be outdated and the links to get started just direct you to the forum homepage. I'm trying to figure out how to set this up in PowerApps,…
-
Is there any way to run a query on different servers using one code?
We are trying to create a job which runs a query on different servers and store the results in an Excel workbook on different sheets server wise. Is there any way how to connect different servers using just one code?