Skip to main content
Answer

How to update all the inputted screen data to another instance through an API call?

  • April 3, 2024
  • 3 replies
  • 68 views

Forum|alt.badge.img

Example: I need to update all the Sales Order data inputted in one instance to another instance of the same screen (screen SO301000) through an API call when I hit save. Any suggestions on how to do this?

 

Best answer by jinin

Hi @rashmikamudalinayake10 ,

Refer to the below blog,

REST API Client Integration with Acumatica's Manufacturing Module.
 

It's not advisable to include API calls within the SAVE action as it may lead to performance issues. It's better to create a processing screen and implement the functionality there.

.

3 replies

jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • Answer
  • April 3, 2024

Hi @rashmikamudalinayake10 ,

Refer to the below blog,

REST API Client Integration with Acumatica's Manufacturing Module.
 

It's not advisable to include API calls within the SAVE action as it may lead to performance issues. It's better to create a processing screen and implement the functionality there.

.


Forum|alt.badge.img

  


Forum|alt.badge.img

Hi @rashmikamudalinayake10 ,

Refer to the below blog,

REST API Client Integration with Acumatica's Manufacturing Module.
 

It's not advisable to include API calls within the SAVE action as it may lead to performance issues. It's better to create a processing screen and implement the functionality there.

.

Hi,
You can perform with HTTP Client as well.