KVSPSACopyPSPDispOptAndDefVal#
Fields#
| Name | Type | Note | 
|---|---|---|
| Copy WBS Option | Enum (KVSPSACopyPSPOptionType) | |
| Show Option | Boolean | |
| Default Value | Text[250] | |
| Default Value (Boolean) | Boolean | |
| Default Value (Code) | Code[20] | |
| Default Value (Copy Mode) | Option | OptionMembers: End,Position | 
| Default Value (Integer) | Integer | |
| Default Value (DateFormula) | DateFormula | |
| Default Value (Date) | Date | |
| Default Val. (Upd. C. and Pr.) | Option | OptionMembers: No Update,Cost and Price update,Cost Update only,Price Update only | 
Events#
KVSPSAOnFillVisibleAndDefaultValueElse(Record KVSPSACopyPSPDispOptAndDefVal) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnFillVisibleAndDefaultValueElse(var PSPNewVersionReportOpt: Record "KVSPSACopyPSPDispOptAndDefVal"): 
[EventSubscriber(ObjectType::Table, Table::"KVSPSACopyPSPDispOptAndDefVal", 'KVSPSAOnFillVisibleAndDefaultValueElse', '', false, false)]
local procedure DoSomethingKVSPSAOnFillVisibleAndDefaultValueElse(var PSPNewVersionReportOpt: Record "KVSPSACopyPSPDispOptAndDefVal")
begin
end;
KVSPSAOnGetDefaultValueAsTextElse(Integer, Record KVSPSACopyPSPDispOptAndDefVal) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnGetDefaultValueAsTextElse(var FieldNo: Integer; PSPNewVersionReportOpt: Record "KVSPSACopyPSPDispOptAndDefVal"): 
[EventSubscriber(ObjectType::Table, Table::"KVSPSACopyPSPDispOptAndDefVal", 'KVSPSAOnGetDefaultValueAsTextElse', '', false, false)]
local procedure DoSomethingKVSPSAOnGetDefaultValueAsTextElse(var FieldNo: Integer; PSPNewVersionReportOpt: Record "KVSPSACopyPSPDispOptAndDefVal")
begin
end;