Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.