cancel
Showing results for 
Search instead for 
Did you mean: 

Not all fields shown in kofax release

johan1974
Champ in-the-making
Champ in-the-making
Hello,

I am using the kofax release script to alfresco and i don't get ot see all the fields i defined in the custommodel, only a few.  Here is the custommodel i use

<?xml version="1.0" encoding="UTF-8"?>

<!– Custom Model –>

<!– Note: This model is pre-configured to load at startup of the Repository.  So, all custom –>
<!–       types and aspects added here will automatically be registered –>

<model name="custom:customModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">

   <!– Optional meta-data about the model –>  
   <description>Custom Model</description>
   <author></author>
   <version>1.0</version>

   <imports>
        <!– Import Alfresco Dictionary Definitions –>
      <import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
      <!– Import Alfresco Content Domain Model Definitions –>
      <import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
   </imports>

   <!– Introduction of new namespaces defined by this model –>
   <!– NOTE: The following namespace custom.model should be changed to reflect your own namespace –>
   <namespaces>
      <namespace uri="custom.model" prefix="custom"/>
   </namespaces>
<types>
 

    <type name="custom:coPoststukkenDMO">
        <title>PoststukkenDMO</title>
        <parent>cm:content</parent>
        <properties>
                <property name="custom:VerzendDatum">
                    <title>VerzendDatum</title>
                    <type>d:text</type>
                </property>
                <property name="custom:ScanDatum">
                    <title>ScanDatum</title>
                    <type>d:text</type>
                </property>
                <property name="custom:VerzenddatumA">
                    <title>VerzenddatumA</title>
                    <type>d:text</type>
                </property>
                <property name="custom:DocumentName">
                    <title>DocumentName</title>
                    <type>d:text</type>
                </property>
        </properties>
    </type>
</types>

<aspects>
    <aspect name="custom:aPoststukken">
        <title>PoststukkenDMO</title>
        <properties>
                <property name="custom:Email">
                    <title>Email</title>
                    <type>d:text</type>
                </property>
            <property name="custom:Huisnummer">
                    <title>Huisnummer</title>
                    <type>d:text</type>
                </property>
                <property name="custom:Plaatsnaam">
                    <title>Plaatsnaam</title>
                    <type>d:text</type>
                </property>
                <property name="custom:Straatnaam">
                    <title>Straatnaam</title>
                    <type>d:text</type>
                </property>
                <property name="custom:Postcode">
                    <title>Postcode</title>
                    <type>d:text</type>
                </property>
                <property name="custom:Toevoeging">
                    <title>Toevoeging</title>
                    <type>d:text</type>
                </property>
                <property name="custom:AchterNaam">
                    <title>AchterNaam</title>
                    <type>d:text</type>
                </property>
                <property name="custom:Voorletters">
                    <title>Voorletters</title>
                    <type>d:text</type>
                </property>
                <property name="custom:Tussenvoegsel">
                    <title>Tussenvoegsel</title>
                    <type>d:text</type>
                </property>
        </properties>
    </aspect>
</aspects>



</model>


In the alfresco release script i only get to see :

Content type: Name,Verzendatum,scandatum,verzenddatuma,documentname

And in the aspect:

Straatnaam, email,voorletters,plaatsnaam,achternaam

How can i make sure that all other fields are shown too ?

Thnks,

Johan
7 REPLIES 7

kbonnet
Champ in-the-making
Champ in-the-making
Hi Johan,

I've been working with this release script and up to 100 properties in an aspect. This worked well. Are you sure this model you included is active and not some kind of old or other version in another place?

Koen

silvion
Champ in-the-making
Champ in-the-making
Hi,

It is possible to add a lot of different metadata-fields to the release script and it works. However the scroll bar does give some errors. If you select another aspect (e.g. core) the different metadata fields are shown and you can link this with your kofax fields. After this you could scroll up and deselect the aspect you have selected previously.

Silvion Moesan
Alfresco ECM Consultant
Inter Access

johan1974
Champ in-the-making
Champ in-the-making
Hello Silvion,

Strangely enough this works.

I was allready trying to get the new release script from micro strategies working but i have no luck yet with this one.
Do you have any experience with this new release script ?


Thanks!

Johan

johan1974
Champ in-the-making
Champ in-the-making
Hello,

After working for a while the customer suddenly gets the following error "Alfresco Release: invalid pointer".
Anybody has any idea?

Thanks!

jasonjolley
Champ in-the-making
Champ in-the-making
Johan,

Were there any more details that were provided with this error?

Thanks!

johan1974
Champ in-the-making
Champ in-the-making
I will be at this customer's site on December 9  so then i will be able to tell you more

silvion
Champ in-the-making
Champ in-the-making
Hi Johan,

You have to inspect your release script. It could just be that the folder the release script is pointing to is deleted in Alfresco.
When you change your setup don't forget to log in again otherwise you get the same 'you have to reinstall your release script' error.


Silvion Moesan
Alfresco ECM Consultant
Inter Access
Getting started

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.