I want a select field on lines in a sublist of a custom record. I want each instance of the select field to be different though. Each line has an item, and this select field is for the vendor - we only want to show vendors that are applicable for the item selected on the line.
Ive added a field in the UE, and am using lineInit/getCurrentSublistField/insertSelectOption to almost get this to work. The only problem is that since this changes the options for all instances of the fields, not just the field on the line, then if an items vendor isn't available for another item, then the field will show as blank. ie, if you selected a vendor, selected a different line, and that new line didn't have that vendor available, then the vendor field on the original line would change to blank when you selected the new line
Maybe im overthinking this, how can I accomplish this?