Hi, EpiUsers.
I’m trying to understand why a drop-down selector in the Serial Number Maintenance utility displays 2 options, when the table.column it calls (according to EpiBinding) contains no established values.
Details:
When I click the Scrapped checkbox in Serial Number Maintenance, the drop-down beside it becomes active, and I can choose either “Junk” or “Writeoff Scrapped Inventory.”
(this assumes that I’ve searched and selected a Serial Number value - which, in preparing the screen shot, I did not)
In Developer Mode, I checked the Customization Tools Dialog to see where the selector gets those values.
The EpiBinding value reads SerialNo.ScrapReasonCode.
So I made a quick BAQ selecting only Distinct ScrapReasonCode values from table SerialNo.
Only one row is returned, and the value is blank/null.
I have also tried selecting NOT ISNULL values using a BAQ, but I’ve thus far failed to retrieve ScrapReasonCode values that hold any meaning, using a BAQ.
[I don’t imagine that this is relevant, but I’m working in a test environment, not production.]
Does anyone have a guess as to why I’m unable to find where the two drop-down values come from?
I don’t think I’m looking in the wrong table. Or am I?