I want to create a new Pys. Inventory List with 2 other fields that are in the Item table.
/No./ is already there, but I also need /No. 2/ and /Item Category Code/
reportextension 50105 TellelisteEXT extends 722
{
dataset
{
add(/Item Journal Line/)
{
column(ItemNo2_ItemJournalLine; item./No. 2/)
{ }
column(ItemCatCode_ItemJournalLine; item./Item Category Code/)
{ }
}
}
requestpage
{
// Add changes to the requestpage here
}
rendering
{
layout(LayoutName)
{
Type = RDLC;
LayoutFile = 'Telleliste.rdl';
}
}
}