Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.09 KB

devenv-assistedit-property.md

File metadata and controls

38 lines (29 loc) · 1.09 KB
title description ms.author ms.date ms.topic author ms.reviewer
AssistEdit property
Sets assist-edit capabilities for a text box.
solsen
08/26/2024
reference
SusanneWindfeldPedersen
solsen

AssistEdit Property

Version: Available or changed with runtime version 1.0.

Sets assist-edit capabilities for a text box.

Applies to

  • Page Field

Property Value

True if assist-edit capabilities and an AssistEdit button are provided; otherwise, false. The default value is false.

Syntax

AssistEdit = true;

Remarks

You can add AL code in the OnAssistEdit Trigger to change the default assist-edit behavior.

Related information

Lookup Property
DrillDown Property