This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pageextension 60700 "BCS Statistical Account Card" extends "Statistical Account Card" | |
{ | |
// This page extension is used to extend the current functionality of the Statistical Account Card page. | |
layout | |
{ | |
modify("No.") | |
{ | |
trigger OnAssistEdit() | |
begin | |
if Rec.AssistEdit() then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pageextension 60701 "BCS Statistical Account List" extends "Statistical Account List" | |
{ | |
// This page extension is used to extend the current functionality of the Statistical Account List page. | |
layout | |
{ | |
addfirst(factboxes) | |
{ | |
part("Attached Documents"; "Document Attachment Factbox") | |
{ | |
ApplicationArea = All; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tableextension 60700 "BCS Statistical Account" extends "Statistical Account" | |
{ | |
fields | |
{ | |
field(60700; "BCS No. Series"; Code[20]) | |
{ | |
Caption = 'No. Series'; | |
DataClassification = ToBeClassified; | |
TableRelation = "No. Series"; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enumextension 60700 "BCS Attachment Document Type" extends "Attachment Document Type" | |
{ | |
// This enum extension is used to define the custom attachment document types. | |
value(60700; BCSStatisticalAccount) | |
{ | |
Caption = 'Statistical Account'; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
codeunit 60700 "BCS Attachment Management" | |
{ | |
// TODO: check this functionality on future wave releases .Reason: Obsolete page and likely to be refactor. | |
[EventSubscriber(ObjectType::Page, Page::"Document Attachment Factbox", 'OnBeforeDrillDown', '', false, false)] | |
local procedure OnBeforeDrillDown(DocumentAttachment: Record "Document Attachment"; var RecRef: RecordRef); | |
begin | |
case DocumentAttachment."Table ID" of | |
DATABASE::"Statistical Account": | |
begin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
page 60700 "BCS Statistical Account Setup" | |
{ | |
ApplicationArea = Basic, Suite; | |
Caption = 'Statistical Account Setup'; | |
PageType = Card; | |
SourceTable = "BCS Statistical Account Setup"; | |
DeleteAllowed = false; | |
InsertAllowed = false; | |
UsageCategory = Administration; | |
// This page is used to configure the Statistical Accounts Business Logic. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table 60700 "BCS Statistical Account Setup" | |
{ | |
Caption = 'Statistical Account Setup'; | |
DataClassification = ToBeClassified; | |
DrillDownPageID = "BCS Statistical Account Setup"; | |
LookupPageID = "BCS Statistical Account Setup"; | |
// This table is used to store the setup for Statistical Accounts. | |
fields | |
{ | |
field(1; "Primary Key"; Code[10]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pageextension 60700 "BCS Statistical Account Card" extends "Statistical Account Card" | |
{ | |
// This page extension is used to extend the current functionality of the Statistical Account Card page. | |
layout | |
{ | |
modify("No.") | |
{ | |
trigger OnAssistEdit() | |
begin | |
if Rec.AssistEdit() then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tableextension 60700 "BCS Statistical Account" extends "Statistical Account" | |
{ | |
fields | |
{ | |
field(60700; "BCS No. Series"; Code[20]) | |
{ | |
Caption = 'No. Series'; | |
DataClassification = ToBeClassified; | |
TableRelation = "No. Series"; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
page 60700 "BCS Statistical Account Setup" | |
{ | |
ApplicationArea = Basic, Suite; | |
Caption = 'Statistical Account Setup'; | |
PageType = Card; | |
SourceTable = "BCS Statistical Account Setup"; | |
DeleteAllowed = false; | |
InsertAllowed = false; | |
UsageCategory = Administration; | |
// This page is used to configure the Statistical Accounts Business Logic. |
NewerOlder