Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.08 KB

devenv-assistedit-property.md

File metadata and controls

38 lines (29 loc) · 1.08 KB
title description ms.author ms.date ms.topic author ms.reviewer
AssistEdit Property
Sets assist-edit capabilities for a text box.
solsen
05/14/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.

See Also

Lookup Property
DrillDown Property