-
[EXTERNAL] - AUTO (Rückkehr am 30.07.2019)
Ich werde ab 17.07.2019 nicht im Büro sein. Ich kehre zurück am30.07.2019.Bei dringenden Angelegenheiten wenden Sie sich bitte an Gerhard Pichler(g.pichler@ooev.at)Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht "UPDATE 2 -New Forum Experience for My Support" gesendet am 26.07.2019 02:31:33.Diese ist die…
-
how to verify PMQL result
I'd like to know whether there is a way to verify the return result of PMQL query? not by programming. I ran some queries in below link, but the result always is 0. (e.g. http://<application server>:<application server port e.g.:38080>/ps-adm/query)
-
Reporting on Form Details in TCP
I have a Form that gets populated with User Details like Name, ID and several other details. However, I'm unsure how I can retrun a report based on those details. Checking the db directly it seems those details are masked. What is the proper method of accomplishing this feat and is there any documentation anywhere on how…
-
TCP 10.5 - PWSend event handler method sometimes not called
We have customized process initiation form with following code behind public partial class RequestForm : PowerWork.PWWebForms.PWFormPage{ /// <summary> /// Page Load (before firing eventhandlers) /// </summary> /// <param name="sender"></param> /// <param name="e"></param> protected void Page_Load(object sender,…
-
TCP 10.5, Property type with an automatic counter
Hi all, I define a new TCP project and need a property type which shows automatically the number of the record of the project, e.g.: record no one contains 1 record no two contains 2.... How can I define this? Does an internal field exist, which can be used for this? Thank you
-
CreateDocumentWithContent using DocumentModel of TcpModel.dll
Hi, I am creating document using CreateDocumentWithContent using DocumentModel class of TcpModel dll and I am getting the RecordID. Now I want to retrieve this document with its content in terms of stream or byte array. So can you please let me know which method do I need to use for it. It is better if I can get an example…
-
F5 v/s NLB load balancer
hi all, Greetings for the day ! My client is using TCP 10.0.1 version and currently we are using F5 load balancing for teh web server layer. We are thinking of gettting rid of F5 and instead move to Microsoft NLB for load balancing. Can you please help if this is feasable ? and are here any challenges for this migration ?…
-
TCP 10.2.1 User properties
Hello, if we get user properties by following way, we receive timeout exception very frequently (4 out of 5 attempts). Timeout limit is set to 1 min. Code in child class of MultiAction: OpenText.Ecm.Tcp.Service.UserServiceProxy proxy = new OpenText.Ecm.Tcp.Service.UserServiceProxy(); UserProperties props =…
-
Automatic reply Retention BOL
I am on leave till18th March with no access to email. I shall respond to you on my return. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any…
-
[TCP 10.2.1] Custom action on specific HitList
Hi, is it possible to set up custom action (some button) on one specific Hit List (for example TEST:recordTypeDocument) in MainViewConfig.xml? In Custom InitAction Sample is added ActionCommand to the: <View viewType="OpenText.Ecm.Tcp.Web.Components.List" id="ResultList" activationStateId="Result"> Can we create for…
-
Retention BOL
Has anyone set up retention policy? If so how did you go about customizing your script to delete documents? Did you used Java or is there a web reference you can use for .NET? Thank you in advance Andrew
-
Agent Step / TCP Property Type
Hello, Does anybody know, how to reference from an EPS Agent Step script a TCP RecordType/PropertyType? We would like to fill a metadata field (defined in a TCP PropertyType) on a TCP document by a EPS Process Agent Step script. Is this possible? We have started to dig the Agent Step scripting, we have the Process already,…
-
Show Hitlist Form in TCP Process Form
Is it possible to show the tcp hitlist form in a process form or is there a similar control available? thanks, Manfred Jobst
-
Deleting Document from ProcessForm
Is it possible to 1) remove a document first from the attachments and 2) also delete this document from tcp from a process form. Thanks
-
Process data extraction
I am creating a process data archive for a customer using TCP 10.0.1. I have created a utility which for a specific process instance ID will connect using the TCP web services API and obtain the _default data object which is returned as an XML document object which i am able to parse into a SQL data set for writing out the…
-
TCP External Data Source
I have an external SQL database with three Tables which i wish to customise as an external data dictionary. I can add external dictionary in modeller but when i reload configuration and log on to project i get an exception saying there may be a problem with the connection url. I have:…
-
TCP Web Service API - Best practice to scan all records in a RecordType
We have to create a program who scans all records in a RecordType using the Web Service API. Of course, we can't just select all the content with one GetHist because the resulting dataset will be to big. We've tougth of using the CreatedAt attribute to query day by day. Someone from OpenText Germany has spoke of an…
-
Audit plug in or trigger to add custom realtime data to audit
Hi, When an Audit is about to get written to the database, I need to be able to read some of its fields, perform some "realtime" data access to involved documents's other metadata value and other related information. In short, I need to take a picture of these values and store them somewhere (could be the audit's comment…
-
View comments from previous step
Hi all, We're using TCP 10.2.1 and would like users to see comments, added by a different in a previous step during the same process. In order to achieve this, I've set the permission ViewComments to Everyone on ProcessClass level. Although I am able to see the Comments tab in the TCP WebClient, I don't see the comments of…
-
Need PMQL syntax to get PS_DATA_OBJECT...
Hi people in the same boat! I want to write PMQL that will get data from the Annee Field of the PeriodeInterne PS_DATA_OBJECT that is in relationship with a processinstance for which I have the ID. The value as Integer type. Please help me with the syntax. This PeriodeInterne is not a record in TCP. PMQL Documentation…