Versions Compared

Key

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

Restricted access.

...

Excerpt

The macro-security macro is primarily a tool for administrators to enable usage control of user macros. When included in the logic of a user macro, it can be used to control who can edit content containing the user macro in a manner very similar to how other macro security controlled macros work.

...

Table plus
highlightColor#ffffec
rowStylesbackground:#f0f0f0;color:#222;font-size:14px;border-bottom:black 2px solid;border-top:black 2px solid;,
stylebackground-color:white;
autoNumbertrue
Normally, the macro name to be secured. The name is used
Parameter
Default
Macro Browser Label
Description
securename<required>Name to secureMacro nameThe name to use as the primary lookup in the macro security configuration to see if this particular use is allowed.
parameter Parameter name

Used to further qualify the security lookup. Leave blank if not needed. Normally represents a macro parameter name.

parameterValue Parameter value

Used to further qualify the security lookup. Leave blank if not needed. Only valid if a parameter name is provided. Normally represents a macro parameter value when specific values need to have secured use.

Example

The primary use is in a user macro. Here is a simple user macro example. This macro will only continue to process and render content if the security configuration and context allow.

...