cancel
Showing results for 
Search instead for 
Did you mean: 

Defining Existing Datatypes in Model

nobel
Champ in-the-making
Champ in-the-making
Hi,

  I want to know, How to create a "option field", "button field" and "file-browse field". This can be done only by Model.xml file not with Java files.
  For example:

         To define a text field in the Model file, we use the following model:
                  <property name="bpm:workflowName">
                        <type>d:text</type>
                  </property>

        Like that, i want to define the option box, button field and file-browse field{multi-part file upload}.
        Plz guide me.

       Thanks for your advance help,
       Nobel.
2 REPLIES 2

raptus
Champ in-the-making
Champ in-the-making
This post interests me too….Seems that I am not alone and this is a common trouble.

I think we have to learn all the dictionary of Alfresco (http://wiki.alfresco.com/wiki/Data_Dictionary_Guide) but I can't find where is explained how to customize Alfresco pages with our personal data.

I don't know how to access to the data-types like you and how many types can we use (and HOW-TO-SHOW!)….

There are a lot of "holes" in the official wiki… knowledges that are not clear….this is one of these…

Like my problem: I'd like to show a property called "notes", a text-type (in the wf model:<type>d:text</type>), a modification of the review-approve workflow, really simple, like the "bpm:comment".
I don't want to use bpm:comment and I want to use my personal property "notes" and show what user writes in by email.
Is this thing too hard to do???  Smiley Indifferent

Thankyou…

Raptus

nobel
Champ in-the-making
Champ in-the-making
Hi raptus,
    Thanks for ur reply.

Thank You,
nobel