Hi all, I tried a low code customization to set a dropdown menu’s default value, and for some reason it’s not working. So I’m attempting to set the default via customized attribute like this:
[PXDBInt]
[PXIntList(new int[] {0, 1,}, new string[] {"No", "Yes"})]
[PXDefault[(0)]
[PXUIField(DisplayName="Mold or Part Texture?")]
I’ve tried setting the default to 0, to No (no quotes) and “No”, and none of them seem to work… I must be doing something wrong! :) Any help appreciated.