поменять run формы dialog, чтобы не было вот такого:
X++:
// Set the main instruction text dynamically based on the title
if (element.design().caption() != "@SYS115063")
{
mainInstruction.text(element.design().caption());
element.design().caption("@SYS115063");
}
else
{
mainInstruction.visible(false);
}