Web UI

HOWTO: Insert a Button

Updated: March 26, 2024

In this tutorial you will learn how to insert a user action on your instance using Studio Designer, to easily validate documents.

Hyland University
Watch the related courses on Hyland University:
Video on a simple Nuxeo Project Creation

Requirements

Create an Automation Chain

Jump between any Studio feature or menu in a snap by typing its name. This action can be triggered by clicking the Jump To option on the bottom left of your Studio project, or using the Ctrl + K / ⌘ + K shortcut.

On Studio Modeler:

  1. Go on Configuration > Automation and then on Automation Chains.
  2. Click on the New button.
  3. Give your automation chain an ID validateDocument and click on the Next button.
    NXS-automation-create.png
    NXS-automation-create.png
    The automation chain editor is displayed. The Fetch > Context Document(s) is automatically added as the first operation of the chain.
  4. Drag and drop the operation Document > Follow Life Cycle Transition and set the transition as approve.
  5. Click on Save.

    You should end up with something like this:

    validateDocument-chain-studio.png
    validateDocument-chain-studio.png

Bind the Action to an Element

Now that your automation chain is ready, you will need to bind it to an action.

  1. On Studio Designer, go to the UI tab.
  2. In Buttons, hover over the Create button and select Button.
  3. Fill in the creation form as shown below:

    validate-action-button-VD-identity.png
    validate-action-button-VD-identity.png

    validate-action-button-VD.png
    validate-action-button-VD.png

  4. Fill in the Filters section as shown below:
    filters-action-VD.png
    filters-action-VD.png
    Only the users who have Manage Everything permission will see the button.
  5. Save your changes and deploy your project.

On a Contract document type that you want to validate (change status from Project to Approved), click on your brand new Validate button in the action toolbar and refresh your page. Your contract is approved! The button disappeared as the status has changed.