• Search

  • Search it up!

Search found 53 matches

 Go to advanced search

OpenKM Signature Capabality.

 by PSHREYASHOLLA ¦  Mon Aug 21, 2017 8:59 am ¦  Forum: Usage ¦  Topic: OpenKM Signature Capabality. ¦  Replies: 5 ¦  Views: 2895

Hi,

1. Does OpenKM has the feature of storing user signatures independently without any relation to the stored Documents?
2. And also where can we see all the available stored signature certificates?

Thanks And Regards,
Shreyas Holla P

Re: Retrieving DocumentName from OpenKM

 by PSHREYASHOLLA ¦  Mon Aug 21, 2017 8:20 am ¦  Forum: Usage ¦  Topic: Retrieving DocumentName from OpenKM ¦  Replies: 4 ¦  Views: 2199

As you mentioned https://docs.openkm.com/kcenter/view/ok ... getContent , this will give the file contents in InputStream, but how can I get the fileName?.

Retrieving DocumentName from OpenKM

 by PSHREYASHOLLA ¦  Wed Aug 16, 2017 7:13 am ¦  Forum: Usage ¦  Topic: Retrieving DocumentName from OpenKM ¦  Replies: 4 ¦  Views: 2199

Hi, We are using SDK 1.1, OKMWebservices ws= OKMWebservicesFactory.newInstance(host, user, password); ws.createDocumentSimple(docPath, stream); to upload the document to OpenKM. Now using document UUID , which API can we call to get the uploaded DocumentName. Thanks And Regards, Shreyas Holla P.

Re: Launching OpenKM Scanner 2.1 client from Application

 by PSHREYASHOLLA ¦  Wed May 24, 2017 4:30 am ¦  Forum: Usage ¦  Topic: Launching OpenKM Scanner 2.1 client from Application ¦  Replies: 3 ¦  Views: 2199

We have a web application running. From web application UI, I want to launch Scanner client and pass some values as part of the launch request. How can I achieve it?

Passing Parameters to Automation Event Actions.

 by PSHREYASHOLLA ¦  Wed May 17, 2017 9:30 am ¦  Forum: Configuration ¦  Topic: Passing Parameters to Automation Event Actions. ¦  Replies: 1 ¦  Views: 1548

Hi,

I am using pre and post Document create actions and have configured my Java file to get called which "implements Action" and have overridden executePost(HashMap<String, Object> arg0, Object... arg1) method.

So how can I pass my metaData property arguments to this method?

Launching OpenKM Scanner 2.1 client from Application

 by PSHREYASHOLLA ¦  Wed May 17, 2017 5:51 am ¦  Forum: Usage ¦  Topic: Launching OpenKM Scanner 2.1 client from Application ¦  Replies: 3 ¦  Views: 2199

Hi,

Is there a way I can launch the Scanner client from my application. Something like,calling URL and sending parameters?

OpenKM Older Community Versions.

 by PSHREYASHOLLA ¦  Wed May 17, 2017 4:44 am ¦  Forum: Installation ¦  Topic: OpenKM Older Community Versions. ¦  Replies: 1 ¦  Views: 1604

Hi,

In https://www.openkm.com/en/download.html latest community version OpenKM-6.3.4 is available. Where can we get the older community version installables?

Configuring OpenKM Scanner 2.1 with CAS.

 by PSHREYASHOLLA ¦  Wed May 17, 2017 4:12 am ¦  Forum: Usage ¦  Topic: Configuring OpenKM Scanner 2.1 with CAS. ¦  Replies: 1 ¦  Views: 1443

Hi, We are using OpenKM 6.3.4 community version and have integrated the same with CAS. Now we want the Scanner 2.1 client to be integrated with the CAS. How can we achieve it?

Re: Passing Data to OpenKM Scanner.

 by PSHREYASHOLLA ¦  Tue May 16, 2017 11:35 am ¦  Forum: Usage ¦  Topic: Passing Data to OpenKM Scanner. ¦  Replies: 3 ¦  Views: 16661

Yes, these values we will be sending from our application.

Passing Data to OpenKM Scanner.

 by PSHREYASHOLLA ¦  Mon May 15, 2017 6:36 pm ¦  Forum: Usage ¦  Topic: Passing Data to OpenKM Scanner. ¦  Replies: 3 ¦  Views: 16661

Hi, We are using OKMScanner 2.1 with OpenKM Community version 6.3.4. We will be providing a hook point in our application screen, from where OKMScanner will be started. Please help us with the following queries, 1. How can I send set of properties that should be associated with the document to be sc...

Avoiding multiple calls for document upload.

 by PSHREYASHOLLA ¦  Thu Apr 20, 2017 10:59 am ¦  Forum: Usage ¦  Topic: Avoiding multiple calls for document upload. ¦  Replies: 1 ¦  Views: 1170

Hi, We are using SDK Java 1.1 for uploading a document, OKMWebservices ws= OKMWebservicesFactory.newInstance(host, user, password); Document doc=ws.createDocumentSimple(docPath, stream); ws.setPropertyGroupPropertiesSimple(doc.getUuid(),PROPERTY_NAME, properties); Here there are 2 calls made to Open...

Passing CAS credentials using SDK 1.1.

 by PSHREYASHOLLA ¦  Mon Mar 20, 2017 10:16 am ¦  Forum: Usage ¦  Topic: Passing CAS credentials using SDK 1.1. ¦  Replies: 3 ¦  Views: 2213

Hi, We are using openKM with CAS. And for development we are using openKM SDK 1.1. How to pass TGT/Service ticket as part of the request. We are using, import com.openkm.sdk4j.OKMWebservices; import com.openkm.sdk4j.OKMWebservicesFactory; OKMWebservices ws= OKMWebservicesFactory.newInstance(host, us...

Re: Adding custom events to a rule.

 by PSHREYASHOLLA ¦  Thu Feb 02, 2017 4:55 am ¦  Forum: Usage ¦  Topic: Adding custom events to a rule. ¦  Replies: 3 ¦  Views: 1680

jllort wrote:You can add, but the source must be modified for it. I can tell you which classes will be affected.

Yes please. We are using Openkm-6.3.2-community-windows-installer.exe (Windows) for our POC with https://docs.openkm.com/kcenter/view/sdk4j-1.1/.

Adding custom events to a rule.

 by PSHREYASHOLLA ¦  Tue Jan 31, 2017 12:57 pm ¦  Forum: Usage ¦  Topic: Adding custom events to a rule. ¦  Replies: 3 ¦  Views: 1680

Can we add our new custom events to a rule?

Our requirement is to call a event, whenever a document is deleted.

EventRules.png
EventRules.png (215.97 KiB) Viewed 1680 times

Re: Configuring CallBack.

 by PSHREYASHOLLA ¦  Tue Jan 31, 2017 12:53 pm ¦  Forum: Usage ¦  Topic: Configuring CallBack. ¦  Replies: 8 ¦  Views: 3329

Tried implementing as suggested, this was what we wanted. Thanks for the help :)

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.