Hi,
This feature is not available in standard system. for that Make new button and write code on its action
Var
ItemJournalLine : record "Item Journal Line"
Begin
ItemJournalLine.setrange("Journal Template",YourTemplate);
ItemJournalLine.setrange("Journal Batch",YourBatchName);
if ItemJournalLine.findset then begin
Repeat
ItemJournalLine."Gen. Bus. Posting Group" := EnterGroupCode;
ItemJournalLine.Modify;
Until ItemJournalLine.next =0;
end;
end;
Regards
Amit Sharma
www.erpconsultors.com