Hello quite new to acumatica, currently I am trying to add a field onto the Project Quotes screen however the field will not hold any data entered if I save and then leave the page and return to it. Anyone able to help?
Solved
Adding field to project quotes
Best answer by dcomerford
The PMQuote is a projection of the CRQuote table
You may have noticed when you add the field it added CRQuote and the CR.Standalone.Quote entries under the Data Access Class.
So you will need to change the attributes of your field on the PMQuote to something like (the BqlField is telling it basically where to store the data)
[PXDBInt(BqlField=typeof(CR.CRQuoteExt.usrXXXX))]
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.