AppWorks
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 a functionality.
-
Tempo Box 10.5 Compatibility
Is Tempo Box 10.5 compatible with Content Server 10.0?
-
OTDS RestAPI with Windows Authentication
We are using CS with OTDS that contains the Windows AD users. When accessing CS no login in necessary because of the windows integrated authentication. Can I authenticate in a similar way with OTDS though the RestAPI to get a ticket for further use for the API? I have seen the POST /authentication/credentials method which…
-
Recurse through all children in a node - Get all documents from a parent folder and sub-folders
My folder structure has 1 parent folder, 4 sub-folders and documents inside each of the 4 sub-folders. I need to get all the documents inside the parent folder through the REST API. The problem is when I do a get 'api/v1/nodes//nodes' I only get the 4 sub-folders return in 'data' and not the documents within each of these.…
-
Accessing Metastorm objects from custom libraries
Hi. Instead of working in Metastorm designer we would prefer to use Visual Studio with Resharper. No matter how good Metastorm Designer is it will never be as good as he above pair. We have no problems calling our custom libraries. I even succeeded modifying process variabels. I do it like that: var ourCustomObject = new…
-
Content Server RestAPI
Hi. Trying to update user's Lastname in Content Server. What I'm doing wrong? $.ajax({ type: "PUT", dataType: "json", url: BASE_URL+"/members/296018", headers: {"OTCSTicket": otcsticket}, data: {last_name: 'Test'}, success: function(data){ console.log(data); }}); If I just try to retrieve user's details that works fine.
-
How to set creation date to an past date?
Hi Folks, Can we set creation date of a case to a past date with ReSTFul API? I'm creating a case with ReST API and it doesn't have any provision to pass values for a creation date. wondering if this is possible with any other API in ReSTful web services. Appreciate any help or pointer! thanks! Maqsood
-
CS REST API: How do you upload a newer version of a file?
If a file already exists, how do you upload a newer version of a file? Posting and Putting are giving me a 400 error.
-
CS folderbrowser widget and required attributes
Hi, Is it possible to get the CS folder browse widget to prompt for required attributed when using drag and drop? If so how? Example FOLDERA (attribute NAME is required) User drags and drops 5 documents into the folder browse widget this should prompt for required attributes (i.e. NAME). However, this errors with NAME is…
-
Using REST API to Sync Users
Our Content Server deployment currently uses a Java program which makes calls to the old LAPI interface to synchronize CS users with LDAP users. We would like to reconstruct this process to use the more current (and supported) REST API. What specific provisioning is required for the REST user account to be able to add,…
-
OTCS REST API Add a document with a Category with one or more required Attributes
I am trying to build a script in .NET that will upload scanned documents from a folder to a given place in OTCS using the REST API. I have OTCS 2014-09. The place is a Templated Workspace with a category attached that has required attributes, so documents uploaded there need to have attribute values or OTCS will refuse to…
-
Content Server REST API
Can I upload PDFs with the Content Server REST API?
-
How to add Personal Workspace to Tempo Box
How to add folders created in Personal Workspace (in Content Server) to a tempo box?
-
Viewing more than 100 Items in ECM Everywhere
When in ECM Everywhere...in a folder with 148 items, I'm only able to scroll down to 100, how do I view the other 48 items?
-
On a Content Server binder "Add Business Object" button with material number
We need a button at each binder which refrences the binder with the SAP business object by clicking. Rather than selecting the function over the functions menue and searching for the relevant business object with the form. Binder name: The button with the function "Add business object" should have the of the binder preset…
-
CS UI Widgets & OTDS
I have an environment with Content Server and OTDS. I have installed the UI Widgets upon calling the example HTML file I am requested for the user login details, I enter the correct details but get a 403 error. Is there something specific I need to do if using OTDS for enabling the UI Widgets. Thanks Tim.
-
Can the CS REST API be used to interact with a user account?
I want to create a system account for my application and use the CS REST API to automatically change its password. Can that be done? I'd need the userID, yes? How would I find that? If I have a user's username, how would I (or can I) get their userID?
-
Can the CS REST API be used to interact with a user account?
I want to create a system account for my application and use the CS REST API to automatically change its password. Can that be done? I'd need the userID, yes? How would I find that? If I have a user's username, how would I (or can I) get their userID?
-
Change permissions through the CS REST API
Can the CS REST API be used to change the permission on a node? I need to be able to programmatically allow a user to upload a file into a folder and then remove their ability to do anything else but read the file they just uploaded. I assume I'd use a call to nodes using a PUT method. But variable/value would I need to…
-
Emails of subtype 749 stored in CS and REST API (moving, getting email body...)?
Hi everybody, I have problems moving emails of subtype 749 within the Content Server from one folder to another. The request works for folders, text documents, jpegs and so on but with email objects I get the error "400 Bad request". I use the following request: .../api/v1/nodes/7620620?parent_id=7614237&OTCSTICKET=...…
-
I can not see the content of a Business Workspace
Hi experts, I am connecting through the widget csui.widget.FolderBrowserWidget, where I give the id of a business workspace, but when entering the widget in the browser the content is empty. <head> <script type="text/javascript" src="http://server/otcssupport/csui/csui.js"></script> <script> csui.onReady( function() { new…