-
Multiple E-mail connector in same organization
Hi, I need to send emails from two accounts with different host names in the same organization. Do I need to set up two email connectors in the same organization and be able to send emails by choosing the connector? Is it possible to change the SMTP server from BPM? Thank you very much.
-
OTAC Admin Client Timeout When Expanding Disk Volumes for Inaccessible Repository Pool ABC
We have an OTAC repository name GOS. In which pool ABC is attached with storage type as single file. It has around ~20 million documents in ds_doc table. The underlying disk volume path is no longer accessible. This particular business is sold to another unit. When we try to expand Disk Volumes in administration client…
-
Upload button functions in toolbar
i am trying to upload a file in the xform and i needed to add few chnages to the upload button in the script , so the thing is when ever i try to upload any files it didnt show any message and the in logs its showing upload1.setValue() is not a proper function , so can anyone help me with this for taking files into the…
-
Getting User data automatically into the form when they logged in with their appworks id
Is there any way to get data that should auto fetch into the Xform when user logged into the appworks and opened the Xform the Xform should get the user details that are stored in the database . Is there any way to get this done ?
-
How can i solve this error and whats the solution for this ?
function button1_Click(eventObject) { var xmlRequest = BusinessDataModel.getMethodRequest(); cordys.setNodeText(xmlRequest,".//*[local-name()='employeeid1']",employeeid1.getValue(),""); cordys.setNodeText(xmlRequest,".//*[local-name()='employeecode']",employeecode.getValue(),"");…
-
Unable to Publish from new Organization
I just started using AppWorks 22.1 last week. I have created a new organization and added entities to it, but I cannot deploy it. I get the following message: The OpenText Entity Identity Components solution is not deployed in the current organization. When I go to the Administration page for the System organization, the…
-
Is there any webservice to fetch only the active(enabled) users from LDAP based on the role
Is there any webservice to fetch the only enabled or active users from LDAP based on the role like GetUsersForRole webservice? Currently GetUsersForRole webservice is fetching the disabled users also.
-
Outbound Fax Failure
Sent to - https://faxus1.xmedius.com/faxservice/rest Request {"faxOptions":{},"userId":"CERTEFR@mtb.com","subject":"denial","recipients":[{"number":"7163064380","name":"fg"}],"comment":""} Response Status code response from Outbound Fax request: NotFound (00000000) Requesting more details on why this request is failing.…
-
Concerning RightFax, how can I query a detailed list of sent emails by users?
Concerning RightFax, how can I query a detailed list of sent emails by users? I found the RightFax table HistorySecureDocs which shows my email sent with field "handle". Which table has the sent to email address associated with the key "handle"?
-
Smart view 24.3 version : Looking for a JavaScript file which will invoke the view functionality
In smart view We are having a requirement to add / modify the existing view button in the inline ribbon menu in browser view. We would like to know what the URL will be invoked while clicking on the view button Also, we are looking for a particular core / JavaScript file which will invoke, so that we can make the changes…