Hi I need to copy the values in issues screen (Project and Project Task) to the scan and issue issue screen because they are not exposed to this screen by default.
These fields also need to be exposed via mobile app end as well, how can I modify the mobile app screen to include these additional fields?
Hi all, I have managed to implement the exposure of fields as below and face one issue.
The reason code was already available as a field to expose on the web screen. The only issue is that the reason codes gets populated, but it adds the reason code automatically as a default code without showing the selector.
Moreover I have exposed this same field to the mobile screen and don’t see any selector values.
update screen IN302020 {
update container "Issue" {
fieldsToShow = 6add field "ProjectID" {
listPriority = 50
listDisplayFormat = CaptionValue
selector {
fieldsToShow = 2add field "ProjectID"add field "Description"
}
pickerType = Searchable
}
add field "TaskID" {
listPriority = 40
listDisplayFormat = CaptionValue
selector {
fieldsToShow = 2add field "TaskID"add field "Description"
}
pickerType = Searchable
}
update field "ReasonCode" {
listPriority = 30
listDisplayFormat = CaptionValue
selector {
fieldsToShow = 2add field "ReasonCodeID"add field "Description"
}
pickerType = Searchable
}
}
}
Please let me know what I might be missing, thank you!
Hi @noorula77 thank you for the suggestion, so for the web screen in order to avoid default reason codes getting populated I need to set required to false as well?
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.