Skip to main content

Hi All. I am using Post Man to create new records using PUT REST API in Acumatica. I have created new screen (grid view) and new table attach with Screen. I am trying to add new record but its not creating record but updating the existing one I have tried with if-none-match header but still the problem exist. The table have PK and Unique key. Any idea what’s going on? Thanks

 

Hi @tahayabali were you able to find a solution? Thank you!


NO still not. 


Hello @tahayabali ,


In your package there is no DLL, however, I found out that on your screen the PrimaryVIew is still written as “MasterView”. You should change it to “RSProduct” and probably that will solve your problem,

if not please send your source code as well, there is only an aspx of your screen and the project file in your customization package.


Reply