Does anyone know why this checkbox wont save? I also cant POST the value via the API, yet I can GET it and it reads null. Ive set commit changes = true?.
Does anyone know why this checkbox wont save? I also cant POST the value via the API, yet I can GET it and it reads null. Ive set commit changes = true?.
INKitRegister is a projection of INRegister, so adding a field to the INKitRegister creates a declaration for the field in the actual INRegister table. But you will have update the field definition in INKitRegister DAC to link it to the field rightly. In INKitRegister DAC declaration, update the field definition and set BqlField like below,
ePXDBBool(BqlField = typeof(INRegisterExt.usrAutoBuild))]
]PXUIField(DisplayName="AutoBuild")]
I hope that helps.! Please feel free to post if you have any questions!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.