Hi Acumatica,
I am in a bit of a pickle regarding a custom field that I have created for our client on the Project Transaction Details screen (PM401000). I have created this field via the Data Access class section in a customization project editor for customization called APPSPOForProjects. After creating the custom field called "UsrPONumber" I converted the DAC field to an extension library and created an extension library on my local machine in order to reference the field in my business logic for graph "TransactionInquiry".
Afterwards I published the customization and the field was available to be added to the aspx of the PM401000 screen. During this whole process I was trying to play with Github Desktop as a source control option and was having trouble so I deleted the extension library and created the field again in another DAC extension. I did exactly the same as before by creating a new Extension Library on my local machine and I deleted the old extension library and any reference to the UsrPONumber field.
The problem with this is even though controls aren't created for the UsrPONumber field on the PM401000 screen and it is not added as part of the ASPX, it gives me an error "Invalid Column name '[PMTran].[UsrPONumber]'. I have deleted all references to the DAC extension of PMTran in the APP_Runtime folder and also deleted the customization on the instance and this error still occurs. I deleted the APPSPOForProjects and mimicked the business logic used from this customization in the new customization as well.
Do note that this custom field isn't a Database field as I only made it a PXString field and not PXDBString field, so it wasn't created in the database.
Any assistance on this matter will be greatly appreciated.
Kind regards,