KVSFCYCreateDataSetup#
Procedures#
CreateAssemblyBOMComponentRecord(Code[20], Integer, Enum BOM Component Type, Code[20], Decimal) :#
procedure CreateAssemblyBOMComponentRecord(newParentItemNo: Code[20]; newLineNo: Integer; newType: Enum "BOM Component Type"; newNo: Code[20]; newQuantityPer: Decimal):
CheckGeneralPostingSetup(Code[20]) :#
procedure CheckGeneralPostingSetup(GenProdPostingGroup: Code[20]):
CreateResourceRecord(Code[20], Text[100], Text[10], Enum Resource Type, Decimal, Decimal, Decimal, Code[20]) :#
procedure CreateResourceRecord(newNo: Code[20]; newName: Text[100]; newUOMCode: Text[10]; newType: Enum "Resource Type"; newDirectUnitCost: Decimal; newUnitCost: Decimal; newIndirectCostPerc: Decimal; newGenProdPostingGroup: Code[20]):
SetCreateDemoData() :#
Summary: Defines whether demo data should also be created. If not called before running this codeunit, only setup data will be created.
procedure SetCreateDemoData():
SetRecreate() :#
Summary: Defines if setup and demo data should be re-created, even if existing. If not called before running this codeunit, existing setup data will not be deleted before re-creating.
procedure SetRecreate():
SetHideMessage() :#
Summary: Use this procedure to hide messages in later run of this codeunit. All kind of messages will be suppressed during processing.
procedure SetHideMessage():