Skip to main content

A client has a requirement to keep track of vendor quotes by attaching them to bidding responses, which currently isn’t enabled in Acumatica. 

I’ve found this existing idea on the subject Attach files to bidding responses screen but since it has limited support at this time, I don’t expect it to be on the radar to get added to the product in the short term.

If I create a customization to add the necessary standard fields to the RQBidding database table and DAC for notes & attachments, will this create a potential danger/conflict if the feature eventually gets added to the main product?

Hi @kevlynch,

I don’t think this will create any potential danger or conflict. You will add a UsrNoteID GUID field to the table, while Acumatica might add a simple NoteID field in the future. If that happens, you only need to remove the ePXNOTE] attribute from the DAC and transfer the data from the UsrNoteID field to the new NoteID field using a SQL script or the CustomizationPlugin class.


Reply