Dear Experts
how to get account sub category code using al vs code for 365 bc ? i want to filter account subcategory code
but here my below code coming as account category code i dont want to come account category code it should be sub category code kindly check below my code and please help me how to filter account sub category code
field(1; "Account Sub Category Code"; Integer)
{
DataClassification = CustomerContent;
TableRelation = "G/L Account Category"."Entry No.";
}