Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Once you have an Associate Administrator Certification from Boomi, it is time to build your first UConn Boomi process

Note

This article is intended for individuals who have a Boomi Associate Integration Developer Certification. If you do not know how to complete an action like “add a message shape”, please complete the recommended trainings

Instructions

  1. Log in to your subaccount:

  2. UConn General

  3. Identity and Access Management

  4. Finance IT

  5. Applications and Technology Solutions 

  6. Student and Human Resources Administration

  7. Create a folder where you keep the learning process organized and on the Start tab click Build an Integration, Create a new Process->

  8. Configure the Start Shape with the No Data option and click the OK button

...

  1. Connect a Message Shape to the Start Shape and type the following into the Message box:

    Code Block
    languagexml
    Today is {1} and I am sending my first UConn Boomi email
  2. To replace the {1} variable in the message,

    1. configure the date variable in the message by clicking the + function in the Variables that adds a parameter.

      Image Added
    2. Click the Date/Time Type in the drop down and then select one of the available Date Masks.

    3. Set the Date Type to Current Date

  3. Image Added

    Click the OK button when the Message Shape looks like this

  4. Image Added

    Add a Set Properties Shape and add 3 Properties, each with a Source Type = Connectors, Connector = Mail:

    Image Added
    1. Mail - Subject

      Image Added
    2. Mail - From Address (set to boomi@uconn.edu)

      Image Added
    3. Mail - To Address (set to your UConn email account)

      Image Added
  5. Add a Mail Connector shape and use some of the pre-built objects available in the account (Search for the pre-builts by clicking the magnifying glass in each setting)

    Image Added
    1. Set Connection to UConn Mass Mail Connection

    2. Set the Action to Send

    3. Select the Attachment Mail Connector Operation

  6. Add a Stop Shape

  7. Name the Process “My first UConn Boomi Process” and save it to your learning folder. The process should look like this

    Image Added


Tip

Time to Test

How to Test

Click the Test button in the upper right corner of the process pallet

Pick the Test Atom Cloud (TAC) available in your subaccount and click the OK button. An example shown here is the UConn Test Atom Cloud for the Identity and Access Management

...

The process should execute in Test mode and you will see each step get a green halo as it completes successfully

...

...