Hello,
I am trying to make two checkboxes (Don’t Print and Don’t Email) on AR30100 “unchecked” by default.
I created a customization project and here is what I am changing (Setting PXDefault(false))
When I go to publish, I get this error:
r2024-09-04 17:25:16.279] \App_RuntimeCode\PX_Objects_AR_ARInvoice_extensions.cs(33): error CS0246: The type or namespace name 'isMigratedRecord' could not be found (are you missing a using directive or an assembly reference?)
<2024-09-04 17:25:16.279] \App_RuntimeCode\PX_Objects_AR_ARInvoice_extensions.cs(42): error CS0246: The type or namespace name 'isMigratedRecord' could not be found (are you missing a using directive or an assembly reference?)
<2024-09-04 17:25:16.279] \App_RuntimeCode\PX_Objects_AR_ARInvoice_extensions.cs(33): error CS0246: The type or namespace name 'isMigratedRecord' could not be found (are you missing a using directive or an assembly reference?)
<2024-09-04 17:25:16.294] Compiler time, in seconds: 9.0936508
<2024-09-04 17:25:16.560] Validation failed.
I have attached the project.