Process Automation (AppWorks)
Process Automation (AppWorks Platform) enables users to design, build, test, deploy, and monitor business applications. It provides low-code development capabilities that enable users to quickly model business objects using a compositional approach to application development instead of a traditional way of programming functionality.
-
AppWorks Sample Service Install Error
We are working to install the sample service explained here - https://developer.opentext.com/webaccess/#url=resources%2Farticles%2F895%2F&tab=501. However, we are receiving the following error. Any ideas? See screenshot: https://www.dropbox.com/s/u3pskl4s75xtgi7/Screen%20Shot%202013-11-20%20at%208.37.47%20PM.png, which you…
-
View full topic thread (Tempo Social API)
Hi! Does anyone know the url to get the full topic thread using the Tempo Social API? Thanks!
-
Update resources in Tempo Social API
What http method shall I use to update a object in TS API? PUT or PATCH?
-
OTDS Failover (Multiple Domain Controllers)
Does OTDS have the capability to specific multiple domain controllers? The reason being - what if a domain controller fails? Does it auto-discover the domain controller that is currently available or would it require a manual update in the OTDS configuration to point to a domain controller that is online, so that DirSync…
-
Get all the fields of a resource in Tempo Social API
Hi there! I'm creating a forum using TS and when I ask for the details of the forum with the url: "myserver"/xapi/v2/resources/social.forum.x.xx.****" I am only getting some fields of the forum but I want all of them. Is there any way to retrieve all of them in just one query? Something like:…
-
Consume Web Service on Client Script
Is it possible, and if so how, to consume a web service from a client operation MBPM form button? The connection is defined within the solution, or an associated library, but I am not sure how to consume it client side. (I suspect client side cannot consume the information in the solution/server side, but I may be wrong.)…
-
ework engine Unable to create mail connector
Metastorm 9.2 I've been battling with this for several days. I 've trawled existing posts and the knowledge base articles on this but to no avail as yet. Question: Should there be a file named ework.mailconnector.SMTP somewhere under the C:\Program Files (x86)\Metastorm\BPM\Engine file structure? Only I don't seem to have…
-
Creating a new topic through the Tempo Social API
Hi there! I want to create a new topic in my forum using the TS API. In the JSON object, which are the mandatory and which are the optional fields? Cheers!
-
Getting feedback when raising a flag through the Metastorm ECL
I'm using the Metastorm ECL to raise a flag in a .NET assembly. I encountered some trouble with the flag that I was able to ascertain the details of via the eLog table in the Metastorm database; however, from my application's perspective, there was no error or anything to indicate that there had been a problem. Since this…
-
Migration with Side by Side
We are doing the migration from v7.6 SR3 to v9.3 and we have Side by Side configuration. My questions is, when I have one process migrated to 9.3 and I want to deploy it, Do I have to delete the process on version 7.6? Or I can deploy it on version 9.3 and have it the both versions. Version 7 to finish the folders on…
-
eAlert indexes are almost useless
I reported problems with the eAlert indexes a few years ago (May 2011): http://metastorm.processmapping.com.au/post/eevent-and-ealert-primary-keys-should-not-be-clustered-5258075 Basically the eAlert primary key should not be clustered, as it fragments the table very quickly, and the eAlertType should be referenced. It…
-
How can you test using a browser running on local development machine?
Hi, I have everything setup ok. I've installed the Sample service and Profiles sample. I can see both installed in the Gateway. Is there a way to view the result using a URL from my local browser? Thanks, Eric
-
OpenText MBPM 9.3 released!
We are pleased to announce the release of OpenText MBPM 9.3 and OpenText BPM Mobile 9.3, which can be downloaded from https://knowledge.opentext.com/knowledge/cs.dll/Open/37765429 (for OpenText MBPM 9.3) and https://knowledge.opentext.com/knowledge/cs.dll/Open/37764629 (for OpenText BPM Mobile 9.3). These releases are…
-
Editable grid not "Optional"
I have a BO linked to a table and want to create another editable grid in an Admin Form. But for some reason the Default Action Behavior doesn't ever give me the "Optional" option - only Hidden and Read Only. I've re-created the business object, redone the form, redone the grid. Nothing. What am I missing? Thanks!
-
How should OpenText users and partners sign in?
As an OpenText employee, I can use my OpenText email address and corporate password to sign in to AppWorks Developer, as well as the new Spark App for attendees at Enterprise World 2013. I believe customers and partners can use their existing OpenText account to sign in. Is this correct? What should external users do in…
-
Maximum number of tags
How many tags can I set on a topic of a Tempo Social forum?
-
Is the name of the topic optional when updating a topic?
Hi! I want to update a topic in one of my forums using the Tempo Social API. In the JSON object, do I need to specify the name of the topic? Thanks in advance! :-)
-
Layered form segments problem
We are in the process of migrating v7 processes to v9. In some of our forms we have many form segments that are layered. Visibiliy of fields on those segments depends on some checkboxes. When I click something on form one form segment is shown (it's controls) and the other one is hidden. When I click something else I…
-
Jscript.NET error help
Hi, I am getting the error below on practically every server side script that I have. These have previously worked and this error in particular is from a one line script that just assigns a value to a variable. So for some reason it is throwing the error regardless of the script ... Unable to execute script entry point…
-
Tools to simulate request to Tempo Social API
Hi everyone! Would you recommend any particular tool to send test request to the TS API? I have heard of Postman for Chrome, is it any good? Cheers!