mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-08 18:31:36 +01:00
Promote security knowledge from community to Microsoft layer
Pure git-mv relocation of the SECURITY domain from the community layer to the Microsoft layer. No content changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3769d2fbf4
commit
347984ac74
16 changed files with 0 additions and 0 deletions
|
|
@ -1,12 +0,0 @@
|
|||
codeunit 50100 "Order Buffer Helper"
|
||||
{
|
||||
procedure ResetStagingBuffer(var OrderBuffer: Record "Sales Header")
|
||||
begin
|
||||
// The helper is designed for a temporary buffer only. Fail loudly
|
||||
// if a caller accidentally passes the real table.
|
||||
if not OrderBuffer.IsTemporary() then
|
||||
Error('ResetStagingBuffer requires a temporary Sales Header; a persistent record was passed.');
|
||||
|
||||
OrderBuffer.DeleteAll();
|
||||
end;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue