-
Tempo App API
Is there any API for TempoBox/ Mobile App which can be called by another App ? I have a .Net App running in Windows 8.1 which I need to utilize to call TempoApp. Otherwise my users have to sign-in twice to achieve a single functionality. Can anyone help me out here please?
-
Control a field's properties - to toggle the field between Optional and Read Only
I have a form that a user will open to enter additional info in (say for example after the first quarter of the year has passed). With that, they can update new fields on the form that are specifically for quarterly updates. But on the original fields that were provided to them when they entered their Business Plan info,…
-
How to execute an App deployed to Appworks
I have installed the service and app however I need some help running the application. I checked the WebAccess and Gateway however I do not see any icon for this app. I viewed Werner's videos - Managing App - which shows that we have a simulator to run these app however I couldn't find this also. Any suggestions would be…
-
Profile URL while configuring Appworks
Hello, I am trying to install and configure Appworks using the following link as a guide - https://developer.opentext.com/webaccess/#url=/awd/resources/articles/11098432/appworks+gateway+v120++getting+started#TOC_1 however in section 4.6 one need to enter a URL profile. How does one define a URL profile. Is user-defined,…
-
Error synchronizing Active Directory Users
Hi, I am currently developing an app using appWorks and I wanted to synchronize the app users with an existent Active Directory. Although, when I fill the LDAP connection info and hit connect button I'm getting an error with the following message: The server encountered an internal error that prevented it from fulfilling…
-
Metastorm Portal - 9.4 - Submit and Cancel buttons don't work in forms
Hi, I have recently installed Metastorm 9.4 and logged into the portal. I have gotten an error 'Server method failed 'Submit' when trying to submit a simple form. The same thing happens when I try clicking Cancel. Example errors - (found in the Console after hitting F12 in my browser) 404 Not Found -…
-
Action buttons at the bottom of the form don't fully appear in the IE window
I am trying to determine if this is an IE display thing or if there is a setting/property in the form/..? of the metastorm process I am deploying. When the form appears after the user edits it and it's at a stage where the I have numerous actions available (edit form, abort form, ...), all these action buttons show up but…
-
Metadata update for a document
I am trying to use rest api for document upload and metadata update using Category. I am testing it using Advanced rest client : * Create a Document * Add a category to document * Update attribute to category. First two steps are working fine but not the last one for update category. I get a 200 code back indicating…
-
Sample code in java using rest API for content server
Please help with sample code in Java or C# for adding document with categories and attribute in content server 10.5 using REST API.