Hello,
We noticed in the table 124 "Purch. Cr. Memo Hdr.", field(11000000; "Transaction Mode") that there is a trigger that is not necessary, since it does not contain any code. We would like to suggest to remove it. I have marked in yellow the code that can be removed.
field(11000000; "Transaction Mode"; Code[20])
{
Caption = 'Transaction Mode';
TableRelation = "Transaction Mode".Code WHERE("Account Type" = CONST(Vendor));
trigger OnValidate()
var
TrMode: Record "Transaction Mode";
begin
end;
}
Thank you.
Comments
Hi Aleksandar, since Alina is on vacation, I'll will respond for her.If this is localization-specific, it should be on the Dutch (NLD localization.
Category: Development
This is country specific code. Which localization (country) you have found it? Thanks.
Category: Development
Business Central Team (administrator)
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team