• Search

  • Search it up!

Search found 51 matches

 Go to advanced search

Re: Outlook add in

 by pherrera ¦  Fri Nov 08, 2019 9:30 pm ¦  Forum: Uso ¦  Topic: Outlook add in ¦  Replies: 6 ¦  Views: 15914

Hola, 1) Por favor indícame las versión de Office y OpenKM que estas utilizando. 2) El Addin en su última versión 6.1.2 es compatible con versiones de Office 2000 a 2013 y contra un OpenKM 6.3.2 Puedes darle un ojo aquí: https://docs.openkm.com/kcenter/view/microsoft-addin/#OfficeAdd-in6.1.xcompatib...

Re: Error usando report

 by pherrera ¦  Thu Oct 17, 2019 10:05 pm ¦  Forum: Configuración ¦  Topic: Error usando report ¦  Replies: 7 ¦  Views: 10243

Hola,

Gracias por compartir el reporte, ahora ya se encuentra en la documentación :
https://docs.openkm.com/kcenter/view/ok ... -pack.html
o directamente aquí
Saludos.

Re: [SOLVED] OKMHotFolder not working on Windows 7

 by pherrera ¦  Wed Sep 25, 2019 9:04 pm ¦  Forum: Usage ¦  Topic: [SOLVED] OKMHotFolder not working on Windows 7 ¦  Replies: 7 ¦  Views: 3739

Hi, Please try the installer of OKMHoFolder version1.1. You can download it from the follower link: https://docs.openkm.com/kcenter/view/hot-folder-tool/#Hotfoldertool1.xcompatibility or directly: http://download.openkm.com/okm/com/hotfolder/OKMHotFolder-ce-1.1.zip I wait for your comments, greetings.

Re: [SOLVED] OKMHotFolder not working on Windows 7

 by pherrera ¦  Thu Sep 05, 2019 12:27 pm ¦  Forum: Usage ¦  Topic: [SOLVED] OKMHotFolder not working on Windows 7 ¦  Replies: 7 ¦  Views: 3739

Hi,

The .zip of the web is already modified, and I also share a new compilation of the OKMHotFolder that corrects the error when installing.
Download here.

Re: [SOLVED] Scanner Tool Upload resulting in an error window.

 by pherrera ¦  Wed Aug 21, 2019 4:16 pm ¦  Forum: Usage ¦  Topic: [SOLVED] Scanner Tool Upload resulting in an error window. ¦  Replies: 8 ¦  Views: 8508

Hi,
Currently it does not merge the PDF files, it only converts the images to PDF, but we have it annotated for the future.

Re: Scanner Tool Upload resulting in an error window.

 by pherrera ¦  Fri Aug 16, 2019 10:09 pm ¦  Forum: Usage ¦  Topic: [SOLVED] Scanner Tool Upload resulting in an error window. ¦  Replies: 8 ¦  Views: 8508

Hi,

Please try this compiled https://we.tl/t-ixndaEmjcC
I await your comments, greetings.

Re: Metadata properties ignored when using find method of SDK

 by pherrera ¦  Fri Jul 19, 2019 8:36 pm ¦  Forum: Usage ¦  Topic: Metadata properties ignored when using find method of SDK ¦  Replies: 2 ¦  Views: 2883

Hi, Thanks for the observation, I was not filtering through the properties. Try this new compilation of sdk: OKMRest-1.2.3-alpha.zip [/b] According to your metadata example, your query should look like this: Dim properties = New Dictionary(Of String, String) properties.Add("okp:foobar.foo"...

Re: Using document properties in VB.NET

 by pherrera ¦  Fri Jul 19, 2019 6:31 pm ¦  Forum: Usage ¦  Topic: Using document properties in VB.NET ¦  Replies: 13 ¦  Views: 6211

The name is not a property of the document object, but the only property that exists in the core is the path. The document object of the sdk is the same as the one of the core for us a variable name does not make sense if the name already forms part of the path it is duplicating data and from the si...

Re: Method getPropertyGroupProperties only returns elements

 by pherrera ¦  Wed Jul 17, 2019 8:42 pm ¦  Forum: Usage ¦  Topic: Method getPropertyGroupProperties only returns elements ¦  Replies: 14 ¦  Views: 5420

Hi, As mentioned in previous comments... "You need to check what instance you have in each element of the list, and then cast it accordingly." https://docs.openkm.com/apidoc/com/sdk/net/1.2.2/classcom_1_1openkm_1_1sdk4csharp_1_1bean_1_1form_1_1_form_element.html If I'm not wrong, for examp...

Re: Using document properties in VB.NET

 by pherrera ¦  Mon Jul 15, 2019 4:23 pm ¦  Forum: Usage ¦  Topic: Using document properties in VB.NET ¦  Replies: 13 ¦  Views: 6211

At the moment you can get the name of the document by extracting it from document.path

For example:

Imports System.IO

Code: Select all
	    Dim doc = New Document()
            doc = ws.getDocumentProperties("942516de-3fd9-4506-b7e4-9d01796dee57")
            Dim name = Path.GetFileName(doc.path)

Re: Method getPropertyGroupProperties only returns elements

 by pherrera ¦  Mon Jul 15, 2019 4:06 pm ¦  Forum: Usage ¦  Topic: Method getPropertyGroupProperties only returns elements ¦  Replies: 14 ¦  Views: 5420

Hello,

There is a problem when deserializer with RestSharp, soon we will release a new version that will correct this issue.
Please try this version for now:

(68.54 KiB) Downloaded 175 times
Let me know if the problem has been solved.

Re: Using document properties in VB.NET

 by pherrera ¦  Fri Jul 12, 2019 2:38 pm ¦  Forum: Usage ¦  Topic: Using document properties in VB.NET ¦  Replies: 13 ¦  Views: 6211

By default when you upload a document to the repository it does not have a title, so it returns an empty string, you must add it from the OpenKM UI or using the setProperties method from sdk.net, for example: https://docs.openkm.com/kcenter/view/sdk4net-1.2.2/document-samples.html#setProperties Afte...

Re: Using document properties in VB.NET

 by pherrera ¦  Fri Jul 05, 2019 2:45 pm ¦  Forum: Usage ¦  Topic: Using document properties in VB.NET ¦  Replies: 13 ¦  Views: 6211

Hi,
Please try the properties (author or title) of type Document, with this test dll:

(67.94 KiB) Downloaded 184 times
I await your comments, greetings.

Re: OKMHotFolder Error

 by pherrera ¦  Thu Mar 21, 2019 8:13 pm ¦  Forum: Configuration ¦  Topic: OKMHotFolder Error ¦  Replies: 1 ¦  Views: 1540

Hi,

The OKMHotFolder 1.0 is compatible with version 6.3.7 and upper of OpenKM, you must update your version.
You can see also: https://docs.openkm.com/kcenter/view/ho ... patibility
Regards,

Re: Size limit in OpenKM Digital Signature Client 1.0.2

 by pherrera ¦  Thu Nov 01, 2018 10:53 pm ¦  Forum: Configuration ¦  Topic: Size limit in OpenKM Digital Signature Client 1.0.2 ¦  Replies: 11 ¦  Views: 6505

Hi DrydenK,

Apparently, RestSharp has some limitations regarding large files, you can upload files no more than 1GB.
Please try this version: https://we.tl/t-yI1iXH1Zg5 , you need to work with OpenKM version 6.3.7 and upper.
I await your comments.
Regards.

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.