I tried to show Search Description field in Item List as below code but not successful:
pageextension 50102 "Item List Ext" extends "Item List"
{
layout
{
modify("Search Description")
{
Visible = true;
}
moveafter(Description; "Search Description")
}
}
I loggout and Logined but it did not show Search Description.
Could you please correct my code