I have a simple combo box with a list of entries. To add a new entry, I thought you just added an item to the lists.
List (shortened because it’s my full customer list):
[PXDBString(50)]
[PXUIField(DisplayName="Customer")]
[PXStringList(
new string[] { "", "MCU"},
new string[] { "", "MULTIPLE CUST."})]
I update it to:
[PXDBString(50)]
[PXUIField(DisplayName="Customer")]
[PXStringList(
new string[] { "", "MCU", ”NXT”},
new string[] { "", "MULTIPLE CUST.", ”NEXT CUSTOMER”})]
I publish and nothing changes. To make this a bit weirder, I can also adjust the user-visible text in the list, publish, and nothing will change like shown below.
Example:
[PXDBString(50)]
[PXUIField(DisplayName="Customer")]
[PXStringList(
new string[] { "", "MCU"},
new string[] { "", "Some New Crazy Text"})]
Is this a 24 R1 bug, is there a new method for updating combo boxes in 24 R1, or am I just missing something here?
Acumatica 2024 R1
Build 24.102.0053
