Adapt macro

Adapt the macro so that it is not run in default mode. This identifies changed models by the defined attribute. You have the option of refining the logging level.

Prerequisite

You are script administrator for this tenant.

Procedure

  1. In ARIS Architect, click ARIS > Show Administration Administration.
  2. Click Navigation Navigation in the bar panel if the Navigation bar is not activated yet.
  3. In the Explorer tree, double-click the Evaluations Evaluations folder.
  4. Double-click a macro. The macro categories are displayed.
  5. Click the Administration category.
  6. Double-click the macro Layout models using default palette. The macro opens for editing.
  7. Search for var bProtocolAll in the code and set the value to true.

    This means that, in addition to errors, all models that have been changed or skipped will be logged.

  8. Search for var bUseLayoutFlag in the code and set the value to true.

    This specifies the attribute whose GUID you enter in the next step.

  9. Search for var LAYOUT_FLAG in the code and set the value to the GUID of the Boolean attribute you have assigned to the models. for example,

    "2807bae1-89fb-11e5-7bde-782bcb20a248".

    If you have followed the procedure description, enter the value you saved in a text file when creating the Boolean attribute.

  10. Save the changes and close the Layout models using default palette tab.

The macro is adapted.