我正在尝试将自定义字段添加到移动屏幕EP301020。我在App_Data / Mobile / includes / hidden中创建了一个.msd文件,并将其编码如下:
update screen "EP301020"{
update container "ClaimDetails" {
add field "PaymentType"{
placeAfter group "AmountsGroup"
}
}
}
现在,当我进入移动应用程序的屏幕时,收到一条错误消息: “执行处理程序'ASP.cstpublished_pages_ep_ep301020_aspx的子请求时出错”
知道我在做什么错吗?
/编辑 这仅在2018 R2上受支持吗?