Hello everyone, I want to make a dropdown label like phone type in contact, but the default value doesn't appear, even though I've used PXDefault, and previously I had created a dropdown field with default values and there was no problem.
[PXDBString(10)]
[PXUIField(DisplayName="Virtual Account Bank 1")]
[PXDefault("BCA;VA BCA")]
[PXStringList("BCA;VA BCA,HSBC;VA HSBC")]

