Skip to main content
Answer

Show Selector Fields in IN302020 Scan and Issue to Mobile App End

  • March 25, 2025
  • 3 replies
  • 74 views

Forum|alt.badge.img+2

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!

Best answer by dcomerford

@TharidhiP You must add the fields to the Levels on the Tab in order for the selector to appear

 

3 replies

Hello ​@TharidhiP ,
Do you have any customization packages published? Because in the base screen IN302020, the “Issue” container does not have definitions for “Project” and "ProjectTask"
 

 


Forum|alt.badge.img+2
  • Author
  • Pro III
  • March 25, 2025

Hi ​@Natesan Sivarama yes project and project task were added to the UI screen. These were already fields that existed in the screen but added to display in the UI.

 


dcomerford
Captain II
Forum|alt.badge.img+15
  • Captain II
  • Answer
  • March 27, 2025

@TharidhiP You must add the fields to the Levels on the Tab in order for the selector to appear