Skip to main content
Solved

Endpoint for a Custom table

  • July 13, 2023
  • 3 replies
  • 336 views

Forum|alt.badge.img+1

Hello Developers,

I am relatively new in Acumatica REST API development.

I have an interesting case where I need to manipulate data of a custom table which was created by a Customisation Project.

Based on what I have learned so far, I would need to create a DAC for the custom table and then create a form or Generic Inquiry to access that table. Then I could add a custom endpoint based on this new form or GI .

I am not sure if this will work, but I would like to hear from your experience about accessing custom tables. Any contribution is appreciated.

Best answer by Zoltan Febert

Hi @eudescoelho29 

Yes, you are right. You need a DAC, you need a Screen, and after you can create a new endpoint or extend an existing one to access that table.

3 replies

Zoltan Febert
Jr Varsity I
Forum|alt.badge.img+3
  • Jr Varsity I
  • Answer
  • July 13, 2023

Hi @eudescoelho29 

Yes, you are right. You need a DAC, you need a Screen, and after you can create a new endpoint or extend an existing one to access that table.


Forum|alt.badge.img+1
  • Author
  • Semi-Pro II
  • July 14, 2023

Hi @zfebert56,

 

Thank you for this update..

 


Forum|alt.badge.img+3
  • Captain I
  • April 19, 2024

@eudescoelho29 can you show us how did you do this? I am also going to create a new table in dac and then screen and access that table using API 

Thankyou