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
In ARIS Architect, click ARIS > Administration . Click Navigation in the bar panel if the Navigation bar is not activated yet. In the Explorer tree, double-click the Evaluations folder. Double-click a macro . The macro categories are displayed. Click the Administration category. Double-click the macro Layout models using default palette . The macro opens for editing. 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.
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.
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.
Save the changes and close the Layout models using default palette tab. The macro is adapted.