KVSPSAMainJobHeader#
Fields#
| Name | Type | Note |
|---|---|---|
| Sell-to Customer No. | Code[20] | |
| No. | Code[20] | |
| Bill-to Customer No. | Code[20] | |
| Bill-to Name | Text[100] | |
| Bill-to Name 2 | Text[50] | |
| Bill-to Address | Text[100] | |
| Bill-to Address 2 | Text[50] | |
| Bill-to City | Text[50] | |
| Bill-to Contact | Text[100] | |
| Description | Text[50] | |
| Salesperson | Code[20] | |
| Comment | Boolean | FlowField |
| Sell-to Name | Text[100] | |
| Sell-to Name 2 | Text[50] | |
| Sell-to Address | Text[100] | |
| Sell-to Address 2 | Text[50] | |
| Sell-to City | Text[50] | |
| Sell-to Contact | Text[100] | |
| Bill-to Post Code | Code[20] | |
| Bill-to County | Text[50] | |
| Bill-to Country/Region Code | Code[10] | |
| Sell-to Post Code | Code[20] | |
| Sell-to County | Text[50] | |
| Sell-to Country/Region Code | Code[10] | |
| No. Series | Code[20] | |
| Job Country/Region Code | Code[10] | |
| Creation Date | Date | |
| Creation UserID | Code[50] | |
| Person Responsible | Code[20] | |
| Payment Terms Code | Code[10] | |
| Date Filter | Date | FlowFilter |
| Ship-to Code | Code[10] | |
| Ship-to Name | Text[100] | |
| Ship-to Name 2 | Text[50] | |
| Ship-to Address | Text[100] | |
| Ship-to Address 2 | Text[50] | |
| Ship-to City | Text[30] | |
| Ship-to Contact | Text[100] | |
| Ship-to Post Code | Code[20] | |
| Ship-to County | Text[30] | |
| ShipToCountryRegionCode | Code[10] |
Events#
KVSPSAOnBeforeOnRename(Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeOnRename(var IsHandled: Boolean):
[EventSubscriber(ObjectType::Table, Table::"KVSPSAMainJobHeader", 'KVSPSAOnBeforeOnRename', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeOnRename(var IsHandled: Boolean)
begin
end;