Good Day!
I have a file PropertyMaint which inherits the InventoryItemMaint.
I also created a custom page on which its TypeName is the PropertyMaint.
Everything runs smoothly but when I am trying to upload an image file in the Attributes TAB, an error occurs, on which supplied fields are being asked again.
These are the steps to reproduce the error:
- STEP 1 : Create a new item.
- STEP 2 : Fill up all the required fields. (General settings, Price/Cost and GL Accounts TAB)
- STEP 3 : Go to the Attributes Tab, add any images by clicking Browse, choose any image and click Upload.
- STEP 4 : Click the save button and the error occurs.
Does anyone experienced the similar error I am experiencing?
STEP 1 & 2 - General Settings --- Screenshot
STEP 1 & 2 - GL Accounts --- Screenshot
STEP 3 & 4 - Browse image, save and error --- Screenshot
Code Files
LINK ---->>> PropertyMaint link
LINK ---->>> InventoryItemExtension link
I am currently using the Acumatica 2018 R2 version with the Build 18.202.0029.
I am still new in using the Acumatica framework so any advice and help is very appreciated. Thank you so much
UPDATE 12-14-2018 I checked the persist method of the graph, and I noticed that there are no NULL values on the fields that requires values, the error still occurs.
UPDATE 12-26-2018 The null/empty error still occurs even if I'm just updating a record from my page using my inherited graph. But when I do an undo, the record can be updated again. Are there any way on extending graphs or inheriting them?