Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PasteIsValid Property

Version: Available or changed with runtime version 1.0.

Sets whether inserting records into this table using the paste command is enabled.

Applies to

  • Table

Property Value

True if you want to allow insert by pasting; otherwise, false. The default value is true.

Syntax

PasteIsValid = false;

Remarks

If records are usually inserted in the table through an external codeunit function, set the PasteIsValid property equal to false.

The OnInsert Trigger of the table is executed when a record is inserted by pasting.

Related information

OnInsert Trigger Properties


Feedback

Was this page helpful?

Additional resources