Projet

General

Profil

FAQ-developer

How to add a new List on entity Template ?

  • Go on entity template: Repository > System > Entity templates > Open the template > Add new list

How to add a new wizard for my supplier ?

STEP 1:

Configure docker to override becpg-config-custom.xml.

STEP 2:

In becpg-config-custom.xml file, paste the wizard configuration you will find in becpg-plm-share-config.xml

<alfresco-config>
        <config evaluator="string-compare" condition="wizard" replace="true">
                <!-- Your code -->
        </config>
</alfresco-config>

Once done, recreate the container to take the new configuration into account.

The following documentation explain what is composed a wizard and how to assign a wizard to a task.
Once you have understand how is composed a wizard, you will be able to add a new step for the "purchase List".

Note: the above link explain also how to attach a wizard to task.