Versions Compared

Key

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

...

  1. In the cell next to "Customer", create Text Data macro and a Text Data macro and provide a relevant name.
    In this example, we used "Customer".
  2. In the cell next to "Junior Developer", create List Data macroa List Datamacro.
    1. Inside the the List Data  macromacro, add another macro by creating a User Options macroOptions macro.
    2. Edit the the User Options  macro macro according to your needs (groups, space(s), user(s) etc.)
  3. Do the same as the above step for the cells next to "Senior Developer" and "Support".
  4. In the cell next to "Start Date", type type Date Data.
  5. Do the same as the above step for the cell next to "End Date".
    Make sure to give each macro above a unique and identifiable name.
    Your editor view should look something like this:

    Customer

    Junior Developer
    Senior Developer
    Support
    Start Date

    End Date862px


  6. Click Save.

...

Step 5: Retrieve User-entered Data and Display It

  1. Using the the Get Data  macromacro, we can now retrieve the data that was saved into the form fields.
    In the cell next to "Project Initiation", create Get Data macroa Get Data macro.

  2. In the preview window that appears, enter "seniordev" (or whatever name you provided in the "Senior Developer" List Data macro List Data macro) in the Field Name entry field.

  3. Do the same for the rest of the table cells with with Get Data  macros macros that reference the other data macros that we saved information in.

  4. The table should then look something like this:

    Project Initiation

    Project Analysis

    Development

    Code Review

    QA

    Bug Fixes

    Support Handover

    / /

    Documentation

    /

    Monitoring

    Reporting

    Project Period

    From to  


  5. Click Save.

...

  • Ensure that each Scaffolding element has a unique ID, as having the same ID for different elements may cause issues.
  • Macro names are like variables that store data and these names allow the data to be retrieved at a later time.
  • Dates from from Date Data can Data can be formatted (e.g. dd-MMM-yyyy)

...