Skip to main content
Solved

Missing functionality in 25R1 - Reserve and Backflush Availability on Shop Order materials

  • February 17, 2026
  • 8 replies
  • 81 views

Forum|alt.badge.img+6

Hi all,

I am looking for the Reserve and Backflush Availability raised from Shop Order Materials in 25R1. The exact versions are written inside pics.

Following pics below are illustrating 24R2 (OK) compared to 25R1 (NOK).

  • Bot shop orders Released.
  • Both components Consumed.
  • Logged under IFSAPP.

Is it caused by any incorrect settings in 25R1?

Thanks in advance,
Zdeněk B.
 

24R2​​​​
25R1

 

Best answer by Prabashwari

Hi ​@CDCZdeneB,

A similar issue has been reported, and it is planned to be addressed in release 26R1. As you mentioned, the Availability Planning command options are not available in the Shop Order Materials tab in 25R1 due to a change in the conditions used to enable them.

To overcome this in 25R1, users have applied a modification using Page Designer. The relevant change in the command is as follows:

Before (partial code):

PartPositionPart = "NotAPositionPart"

After:

PartPositionPart = null OR PartPositionPart = "NotAPositionPart"

This allows the command options to be available in 25R1 until the official fix in 26R1.

BR,

Prabashwari

8 replies

Björn Hultgren
Hero (Employee)
Forum|alt.badge.img+25

For curiosity, does it show in the Materials tab on the Shop Floor Workbench page?


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • February 17, 2026

For curiosity, does it show in the Materials tab on the Shop Floor Workbench page?

Hi Björn,

thanks for Your quick feedback.

Checked - there is no difference between 24R2 and 25R1 on SFW->DispatchList->>Operation->Material = Reserve and Backflush Availability is visible in both.

 

Zdeněk B.


Björn Hultgren
Hero (Employee)
Forum|alt.badge.img+25

Yep. It should be visible also on the shop order


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • February 18, 2026

Yep. It should be visible also on the shop order

Summary of Reserve and Backflush Availability functionality on Shop Order - checked on following instances:

  • 24.2.5 - visible - our instance
  • 25.1.6 - NOT visible - IFS instance
  • 25.1.8 - NOT visible - our instance
  • 25.2.2 - visible - IFS instance

What is the best place to check what will be released in upcoming SU for 25R1?

Thanks in advance,

Zdeněk B.

 

25.1.6
25.2.2

 


Forum|alt.badge.img+3
  • Do Gooder (Employee)
  • Answer
  • February 23, 2026

Hi ​@CDCZdeneB,

A similar issue has been reported, and it is planned to be addressed in release 26R1. As you mentioned, the Availability Planning command options are not available in the Shop Order Materials tab in 25R1 due to a change in the conditions used to enable them.

To overcome this in 25R1, users have applied a modification using Page Designer. The relevant change in the command is as follows:

Before (partial code):

PartPositionPart = "NotAPositionPart"

After:

PartPositionPart = null OR PartPositionPart = "NotAPositionPart"

This allows the command options to be available in 25R1 until the official fix in 26R1.

BR,

Prabashwari


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • February 23, 2026

Hi ​@CDCZdeneB,

A similar issue has been reported, and it is planned to be addressed in release 26R1. As you mentioned, the Availability Planning command options are not available in the Shop Order Materials tab in 25R1 due to a change in the conditions used to enable them.

To overcome this in 25R1, users have applied a modification using Page Designer. The relevant change in the command is as follows:

Before (partial code):

PartPositionPart = "NotAPositionPart"

After:

PartPositionPart = null OR PartPositionPart = "NotAPositionPart"

This allows the command options to be available in 25R1 until the official fix in 26R1.

BR,

Prabashwari

Works perfectly, thanks for this workaround!


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • February 23, 2026

Yep. It should be visible also on the shop order

Hi Bjorn, 

as Prabashwari mentioned above, this issue was already reported, I am surprised that won’t be a part of any upcoming SU for 25R1… Why?

Could I ask You to recommend the best place to check what will be released in upcoming SU for 25R1?

Thanks in advance,

Zdenek B.


Björn Hultgren
Hero (Employee)
Forum|alt.badge.img+25

@CDCZdeneB 

According to the IFS support policy, only Priority 1 and Priority 2 defects are included in updates for existing releases. Defects classified as Priority 3 or lower are only addressed in the next release.

For a defect to qualify as Priority 2, it must meet all of the following criteria:
• Service is degraded
• The issue is business‑critical
• No workaround exists

In this case, several workarounds are available—for example, performing the action via the dialog in Shop Floor Workbench. Because the issue is not without alternatives, it does not meet the requirements for Priority 2.