Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures ActionUtils.postInsert() to use GlideRecordSecure instead of GlideRecord, applying ACL checks when creating M2M records. |
| What area does it affect? |
Data Security Management |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when adjusting security settings or troubleshooting M2M record creation. |
Out of the box property record
Raw metadata from the property record.
| Property name |
actionutils.insertM2M.secure |
| Sys ID |
18fa83ebff6522109eb7ffffffffff57 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
If true, ActionUtils.postInsert() uses GlideRecordSecure with applicable ACL checks to create new M2M record. Otherwise, it uses GlideRecord. |
| Updated |
2025-05-22 15:12:16 |
Sources
Official references and nearby text excerpts where this property appears.
Related properties