Solved

How to include an Action button in a web service endpoint

  • 8 March 2023
  • 6 replies
  • 326 views

Userlevel 4
Badge

Hello everyone, hope you all good.
How can I include a button on a web service Endpoint?
i.e.

I need to add this button to web service endpoint.

 Endpoint:
 

 

Will really appreciate for any kind of response
Thank you.

icon

Best answer by jinin 8 March 2023, 10:10

View original

6 replies

Userlevel 7
Badge +11

Hi @development93 

Can you refer the below link

 

creating an InventoryIssue via REST API | Community (acumatica.com)

Userlevel 4
Badge

created the action button on the endpoint but am getting an error i.e  “The Remove Hold button is disabled”

What could be the issue?

when I try the POST for ReleasingFromHold with this AdjRefNbr as parameter

Userlevel 7
Badge +11

Hi @development93 ,

Which screen you are using? Can you share me the endpoint (After the entity)?

Userlevel 4
Badge

Hi @development93 ,

Which screen you are using? Can you share me the endpoint (After the entity)?

Hi @jinin 
The screen is Transactions
 

This is the endpoint:
….KFAcumaticaDB/entity/Transaction/20.200.001/Transaction/INReleaseFromHold

 

Userlevel 7
Badge +11

Hi @development93 ,

You are passing Adjrefnbr instead of referenceNbr. Try like below,

{
"entity": {

"ReferenceNbr": {
"value": "000231"
}
},
"parameters": {}
}

 

Userlevel 4
Badge

Hi @development93 ,

You are passing Adjrefnbr instead of referenceNbr. Try like below,

{
"entity": {

"ReferenceNbr": {
"value": "000231"
}
},
"parameters": {}
}

 

Yeah, its works now.
Thanks.

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved