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.
-
Metastorm Community Central Transition to OpenText Knowledge Center
Important News about the transition to OpenText Knowledge Center Customer Support New Phone Numbers and Email Address for Customer Support: US: +1-800-970-**** International: +1-585-424-**** bpssupport@opentext.com My Support OpenText My Support has replaced the online ticket system in Metastorm Community Central. With My…
-
Metastorm Community Central Transition to OpenText Knowledge Center
Important News about the transition to OpenText Knowledge Center Customer Support New Phone Numbers and Email Address for Customer Support: US: +1-800-970-**** International: +1-585-424-**** bpssupport@opentext.com My Support OpenText My Support has replaced the online ticket system in Metastorm Community Central. With My…
-
Metastorm Community Central Transition to OpenText Knowledge Center
Important News about the transition to OpenText Knowledge Center Customer Support New Phone Numbers and Email Address for Customer Support: US: +1-800-970-**** International: +1-585-424-**** bpssupport@opentext.com My Support OpenText My Support has replaced the online ticket system in Metastorm Community Central. With My…
-
Metastorm Community Central Transition to OpenText Knowledge Center
Important News about the transition to OpenText Knowledge Center Customer Support New Phone Numbers and Email Address for Customer Support: US: +1-800-970-**** International: +1-585-424-**** bpssupport@opentext.com My Support OpenText My Support has replaced the online ticket system in Metastorm Community Central. With My…
-
Metastorm Community Central Transition to OpenText Knowledge Center
Important News about the transition to OpenText Knowledge Center Customer Support New Phone Numbers and Email Address for Customer Support: US: +1-800-970-**** International: +1-585-424-**** bpssupport@opentext.com My Support OpenText My Support has replaced the online ticket system in Metastorm Community Central. With My…
-
Does Business Object .Refresh() method work in 9.2.1?
Hi, I've a query around the Refresh() method on a business object. I haven't been able to get it to successfully work. No call to the database occurs when it is called. Based on the below link and excerpt from the designer user guide it should call the query again - or am I missing something. I've attached a sample…
-
Content Server REST API
Hello, I am using the REST API to connect to my Content Server. How do you pull the User info? I can get the user_id, but I can't do anything with it. I've tried to treat it as a node, but it doesn't return anything. Any help?
-
Version 9.3 / Query Business Object using IN (@Parameter)
Hi, I'm populationg a grid with the following bo/Query: SELECT Company.CAMPAIGN_YN, Company.RAISON_SOCIALE, FROM Company, People WHERE Company.SIRET=People.SIRET and left(Company.CP,2) IN (@memDpts). The local variable memDpts is a memo populated using a List field on the form and is bound with @memDpts. This work fine…
-
Livelink 9.6.0
Hello, I have two questions: 1.- We are running Livelink 9.6.0 and need to move some 40,000+ documents out because the physical server where its is hosted is going to crash anytime soon.Is it possible to move the documents out of the file system of the server or they are saved on an encrypted area only accessible through…
-
Folder name number sequence
Can anyone tell me how the folder name number is generated? Not the efolderid - that's no issue. But we moving from 9.1 with Oracle to 9.3 with SQL Server and ideally I'd like to avoid duplicate folder names. So if the process prefix is setup as "PRO-" with a suffix length of 3, the first folder gets the name "PRO-001" and…
-
Drop down box in editable grid loses value
We are experiencing an issue with solutions accessed through Internet Explorer 9 in that when a user attempts to select a value from a drop down box in an editable grib the value is not retained. Also if a user attempts to edit an existing entry the value reverts to its previous value. The solution works in Safari and…
-
Problems Installing AppWorks Gateway 1.1.5
hi there, I am having problems to install the AppWorks 1.1.5 advertised on the appworks developer page. I tried both Linux Windows, but getting issues installing otds. I follow the installation guide present on this site as well. Linux 12.04.4 LTS Desktop, Oracles JDK 1.8.0, Tomcat 7.0.52. Keeping defaults for installing…
-
Calendar not available
We're in the process of trying to upgrade from 9.1 to 9.3.1. Now with our editable grids when the field is a date, the calendar doesn't appear. You can type in the date but not select it from a calendar. Has anyone seen this and how do I fix it? Thanks!
-
DM 5.3 Create a folder (c#)
Coming from DM 6 you would define a 'File Part' by creating an object and defining it like so: oDocObj.SetProperty ("ITEM_TYPE", "E"); What is the DM 5 way of defining a folder since File parts and terms have been removed? Many thanks,
-
Unable to choose files in AppWorks from Andriod Mobiles
Hi, In Appworks app, I am unable to access the browse button in HTML5's "input type='file'" from Android phones. is there any alternates to choose files from Android mobiles in AppWorks?
-
Strange form rendering in version 9.1 with Internet Exploter 9
We have an issue where Metastorm version 9.1 forms are opened with the incorrect width, when opening then with IE9. Typically, the form opens as a tiny window. If you then press F5 and refresh the window the form loads again and resizes correctly. It seems like the resize of the window does not happen. With IE8 the forms…
-
Strange form rendering
Hi all I just built a windows virtual pc to run v9.1.2. Its based on XP SPK3, IIS 7 and IE8. All my deployed projects render forms incorrectly. The forms just show in a third of the form window with a scroll bar. Dialogue boxes are also strecthed beyond the size of the window and resizing does not help. I've double checked…
-
Migrating to CS 10.0 from Livelink 9.7.0
Hi, We are currently using Livelink 9.7.0 which we are planning to upgrade to CS 10.0. But as per requirement from client we can not do any changes in the look & feel of the application. I have not used CS 10.0 ever and not even seen the interface so have no idea about it. Please suggest if it is possible? Thanks in…
-
otag user does not have rights to create partitions and ressources in shipped OTDS
Hi there, I installed the latest appworks-package and the Admin Client 10.5 with latest patch to get into OTDS. When I log into OTDS as user otag I do only have read rights. So no way to create partitions or ressources. I have to connect OTDS to Content Server and write Apps for it. Anything mssing? Any way to get the…
-
%PCD_UPDATE_VERSION problems in OpenText DM 5.3.1
I recompiled for DM server 5.3.1 some code which is correctly working with Hummingbird 5.1.0.5. Everything is working the same way except the replacement of the content of a document by setting lobjPCDDoc.SetProperty ("%VERSION_DIRECTIVE","%PCD_UPDATE_VERSION"); In this case I always get an error with ErrNumber -2147220925…