RE: Pull item receipt line item on custom record field
I have a custom record that is used by quality team to acknowledge inspection against item receipt. Currently, they are manually selecting item receipt and then the item to be inspected from the full item list. I would like the item field to display only the shortened list of items ONLY from the particular receipt, once the user selects receipt number in the field. Is that possible?
I don’t believe this is possible without scripting. With a script though, you can grab the appropriate array of items from the IR sublist and display these in a selectable list as part of a field also generated by the script. Since this scripted field would only be visible while the record is open, you would want to then store the selected value in the custom field you’re using today.