02-01-2012 08:10 AM
…
<parent>bpm:startTask</parent>
<properties>
<property name="mcwm:projectName">
<title>Naziv projekta</title>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
…
in share-config-custom.xml i show that property on start page and that's ok. …
<show id="mcwm:projectName"/>
…
<field id="mcwm:projectName" set="general" />
…
…
<type name="mcwm:preparationOfProjectCharter">
<parent>bpm:workflowTask</parent>
</type>
…
…
<show id="mcwm:projectName" force="true"/>
…
<field id="mcwm:projectName" set="general" />
…
Now field is there on my second form but value that is entered on my first form isn't, do i have to do something else to succeed that?02-03-2012 01:18 PM
02-08-2012 04:28 AM
<aspect name="mcwm:myCustomAspect">
<property name="mcwm:projectName">
<title>Naziv projekta</title>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="mcwm:shortProjectName">
<title>Skraceni naziv projekta</title>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</aspect">
<overrides>
<property name="mcwm:projectName">
<mandatory>false</mandatory>
</property>
02-08-2012 11:04 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.