
Hi,
How can we find a control number to hide a factbox?
pageextension 50000 MyExtension extends "Sales Order List"
{
layout
{
modify(Control1902018507)
{
Visible = false;
}
}
}
I want to know what is this Control1902018507 and how to find it in business central? Getting a copy of the base app is the easiest way to find these things out. Setup a docker to do this freddysblog.com/.../
In general it is helpful to have a copy of the base app as you can learn design patterns used by MS and in many cases you can rip things out and mould and shape them for your solution. Also great for searching for things like your scenario.