acumatica - Expose Selector Field to Mobile Application - Stack Overflow

I have customized the mobile application screen for Scan and Issues screen (IN302020) to include the se

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!

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744220690a4563765.html

相关推荐

  • acumatica - Expose Selector Field to Mobile Application - Stack Overflow

    I have customized the mobile application screen for Scan and Issues screen (IN302020) to include the se

    8天前
    10

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信