Codeunit 1550 Record Restriction Mgt. in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 37
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| RestrictRecordUsage | (Variant, Text) | public | - | |
| AllowGenJournalBatchUsage | (Record Gen. Journal Batch) | public | - | |
| AllowItemJournalBatchUsage | (Record Item Journal Batch) | public | - | |
| AllowFAJournalBatchUsage | (Record FA Journal Batch) | public | - | |
| AllowRecordUsage | (Variant) | public | - | |
| RestrictGenJournalLineAfterInsert | (var Record Gen. Journal Line, Boolean) | public | - | |
| RestrictGenJournalLineAfterModify | (var Record Gen. Journal Line, var Record Gen. Journal Line, Boolean) | public | - | |
| CheckRecordHasUsageRestrictions | (Variant) | Boolean | public | - |
| CustomerCheckSalesPostRestrictions | (var Record Sales Header) | public | - | |
| VendorCheckPurchasePostRestrictions | (var Record Purchase Header) | public | - | |
| CustomerCheckGenJournalLinePostRestrictions | (var Record Gen. Journal Line) | public | - | |
| VendorCheckGenJournalLinePostRestrictions | (var Record Gen. Journal Line) | public | - | |
| GenJournalLineCheckGenJournalLinePostRestrictions | (var Record Gen. Journal Line) | public | - | |
| GenJournalLineCheckGenJournalLinePrintCheckRestrictions | (var Record Gen. Journal Line) | public | - | |
| CheckPrintRestrictionsBeforeInsertCheckLedgerEntry | (var Record Check Ledger Entry, Boolean) | public | - | |
| CheckPrintRestrictionsBeforeModifyCheckLedgerEntry | (var Record Check Ledger Entry, var Record Check Ledger Entry, Boolean) | public | - | |
| GenJournalBatchCheckGenJournalLinePostRestrictions | (var Record Gen. Journal Line) | public | - | |
| GenJournalBatchCheckGenJournalLineExportRestrictions | (var Record Gen. Journal Batch) | public | - | |
| SalesHeaderCheckSalesPostRestrictions | (var Record Sales Header) | public | - | |
| SalesHeaderCheckSalesReleaseRestrictions | (var Record Sales Header) | public | - | |
| PurchaseHeaderCheckPurchasePostRestrictions | (var Record Purchase Header) | public | - | |
| PurchaseHeaderCheckPurchaseReleaseRestrictions | (var Record Purchase Header) | public | - | |
| RemoveCustomerRestrictionsBeforeDelete | (var Record Customer, Boolean) | public | - | |
| RemoveVendorRestrictionsBeforeDelete | (var Record Vendor, Boolean) | public | - | |
| RemoveItemRestrictionsBeforeDelete | (var Record Item, Boolean) | public | - | |
| RemoveGenJournalLineRestrictionsBeforeDelete | (var Record Gen. Journal Line, Boolean) | public | - | |
| RemoveGenJournalBatchRestrictionsBeforeDelete | (var Record Gen. Journal Batch, Boolean) | public | - | |
| RemoveSalesHeaderRestrictionsBeforeDelete | (var Record Sales Header, Boolean) | public | - | |
| RemovePurchaseHeaderRestrictionsBeforeDelete | (var Record Purchase Header, Boolean) | public | - | |
| UpdateGenJournalLineRestrictionsAfterRename | (var Record Gen. Journal Line, var Record Gen. Journal Line, Boolean) | public | - | |
| IncomingDocCheckSetForOCRRestrictions | (var Record Incoming Document) | public | - | |
| IncomingDocCheckReleaseRestrictions | (var Record Incoming Document) | public | - | |
| UpdateGenJournalBatchRestrictionsAfterRename | (var Record Gen. Journal Batch, var Record Gen. Journal Batch, Boolean) | public | - | |
| UpdateSalesHeaderRestrictionsAfterRename | (var Record Sales Header, var Record Sales Header, Boolean) | public | - | |
| UpdatePurchaseHeaderRestrictionsAfterRename | (var Record Purchase Header, var Record Purchase Header, Boolean) | public | - | |
| IncomingDocCheckCreateDocRestrictions | (var Record Incoming Document) | public | - | |
| UpdateRestriction | (Variant, Variant) | public | - |
Events, 17
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeCustomerCheckSalesPostRestrictions | (var Record Sales Header, var Boolean) | - |
| Integration event | OnBeforeVendorCheckPurchasePostRestrictions | (var Record Purchase Header, var Boolean) | - |
| Integration event | OnBeforeCustomerCheckGenJournalLinePostRestrictions | (var Record Gen. Journal Line, var Boolean) | - |
| Integration event | OnBeforeVendorCheckGenJournalLinePostRestrictions | (var Record Gen. Journal Line, var Boolean) | - |
| Integration event | OnBeforeItemJournalLineCheckItemPostRestrictions | (var Record Item Journal Line, var Boolean) | - |
| Integration event | OnBeforeGenJournalLineCheckGenJournalLinePostRestrictions | (var Record Gen. Journal Line, var Boolean) | - |
| Integration event | OnBeforeGenJournalLineCheckGenJournalLinePrintCheckRestrictions | (var Record Gen. Journal Line, var Boolean) | - |
| Integration event | OnBeforeGenJournalBatchCheckGenJournalLinePostRestrictions | (var Record Gen. Journal Line, var Boolean) | - |
| Integration event | OnBeforeGenJournalBatchCheckGenJournalLineExportRestrictions | (var Record Gen. Journal Batch, var Boolean) | - |
| Integration event | OnBeforeSalesHeaderCheckSalesPostRestrictions | (var Record Sales Header, var Boolean) | - |
| Integration event | OnBeforeSalesHeaderCheckSalesReleaseRestrictions | (var Record Sales Header, var Boolean) | - |
| Integration event | OnBeforePurchaseHeaderCheckPurchasePostRestrictions | (var Record Purchase Header, var Boolean) | - |
| Integration event | OnBeforePurchaseHeaderCheckPurchaseReleaseRestrictions | (var Record Purchase Header, var Boolean) | - |
| Integration event | OnBeforeIncomingDocCheckSetForOCRRestrictions | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnBeforeIncomingDocCheckReleaseRestrictions | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnBeforeIncomingDocCheckCreateDocRestrictions | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnAfterSetRestrictedRecordFiltersForRecRef | (var Record Restricted Record, RecordRef) | - |