Skip to main content
Question

The operation "Release" is not allowed for Purchase Requis Line Supply objects in state "Released".

  • March 11, 2025
  • 3 replies
  • 76 views

Forum|alt.badge.img+5

I built a workflow that calls a POST endpoint meant to change the state of a row.

This “works” but it only updates rowstate (not objstate) and throws the following error at the web client:

The Error is strange because it seems to reference the objstate when the “Release()” function only updates the other one.

I also tried the same idea using the main record and PurchaseRequisition_Release():Void with the same result and error message.

Any help would be greatly appreciated.

3 replies

Lahirumala de Mel
Hero (Employee)
Forum|alt.badge.img+7

Hi ​@APA ,

Few questions.

  1. Since this looks like a bound action did you do a READ before the CALL operation?
  2. For the same parameters do you get the same error in postman?

Forum|alt.badge.img+5
  • Author
  • Sidekick
  • March 12, 2025

Hi ​@Lahirumala de Mel,

  1. Yes, i connected a read operation to the call node just as described in DemoStateChangeExample.
  2. No, i currently do not have that configured or easily available.

 


Forum|alt.badge.img+5
  • Author
  • Sidekick
  • March 17, 2025

Is there any way i could get help with this?

We are stuck trying to implement this state change.

Trying to use an UPDATE call simply does not work as it is not updating rowstate.