Page 1 of 1

Openkm select problem

PostPosted:Tue Oct 25, 2016 3:44 pm
by lyh5851555
Hello, guys! I have some problems with my PropertyGroups.xml. My idea is to creat a property group with using select. For exemple, there are four elements i can choose E1, E2, E3, E4.
1) If i choose E1 first, after that i choose one of E2, E3, E4. If i choose E2 first, i can choose one of E3, E4 and can't choose E1. If i choose E3 first, i can choose one of E4 and can't choose E1, E2.

2) If i can choose E2 twice, after i choose E2 for the first time, in the select table is E2, E3, E4, and i choose E2 for the second time, in the select table is only E3, E4 and no E2.

Can i just creat <select/> dans un xml to realize my idea or i should use workflow?

Re: Openkm select problem

PostPosted:Wed Oct 26, 2016 6:31 pm
by jllort
Not possible doing it with a simply property group definition, you have a wizard problem with several steps, in this scenario you must implement a workflow, another option is to create a minimal application, here three options:
- workflow
- jsp which accessing api ( package into OpenKM )
- external application with SDK4j ( https://docs.openkm.com/kcenter/view/sdk4j-1.1/ )

Re: Openkm select problem

PostPosted:Thu Oct 27, 2016 7:56 am
by lyh5851555
jllort wrote:Not possible doing it with a simply property group definition, you have a wizard problem with several steps, in this scenario you must implement a workflow, another option is to create a minimal application, here three options:
- workflow
- jsp which accessing api ( package into OpenKM )
- external application with SDK4j ( https://docs.openkm.com/kcenter/view/sdk4j-1.1/ )
Thank you, and i will choose workflow, but for the installation about Jboss and jBPM3 to do the workflow. I have some problems with that. In the workflow guide http://wiki.openkm.com/index.php/Workflow_Guide , the installation is the old version and i can't find them to download online. And after i download the lastest version, it is not the same to use with creating a workflow. Do you know how i can do for starting to creat a workflow?

Ps. my computeur is Ubuntu.

Re: Openkm select problem

PostPosted:Fri Oct 28, 2016 2:40 pm
by jllort
From here you can download the OpenKM portable development ide which comes with an eclipse yet configured with it https://sourceforge.net/projects/openkmportabledev/

We suggest installing on a separate VM ( 4GB and 2 core )