admin管理员组文章数量:1399770
I have customized the mobile application screen for Scan and Issues screen (IN302020) to include the selectors Reason Code, Project and Project Task as below which are existing fields in the screen,
update screen IN302020 {
update container "Issue" {
fieldsToShow = 6
add field "Project" {
listPriority = 50
listDisplayFormat = CaptionValue
selector {
fieldsToShow = 2
add field "ProjectCD"
add field "Description"
}
pickerType = Searchable
}
add field "ProjectTask" {
listPriority = 40
listDisplayFormat = CaptionValue
selector {
fieldsToShow = 2
add field "TaskCD"
add field "Description"
}
pickerType = Searchable
}
update field "ReasonCode" {
listPriority = 30
listDisplayFormat = CaptionValue
selector {
fieldsToShow = 2
add field "ReasonCodeCD"
add field "Description"
}
pickerType = Searchable
}
}
}
But the issue is that the selector values are not being displayed for these fields. Please let me know what I may be missing. Thank you!
本文标签: acumaticaExpose Selector Field to Mobile ApplicationStack Overflow
版权声明:本文标题:acumatica - Expose Selector Field to Mobile Application - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744220689a2595849.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论