cancel
Showing results for 
Search instead for 
Did you mean: 

Shop Order Release

Former Member
0 Kudos

Hello,

We have implemented a brand new Shop Order Release Service Extension which splits/distributes SFCs into different Process Lots on release.

So for example, on the Shop Order Release page, if a user puts in Qty To Release = 2, the extension might distribute those into 2 Process Lots. This part is already working for us.

Question is, is there a way to actually modify the information page for the Released Shop Order to actually list all the released SFCs and their corresponding Process Lots? Our idea is to have multiple entries in the screen below.

TIA,

R.Videla

Accepted Solutions (1)

Accepted Solutions (1)

former_member185234
Active Participant
0 Kudos

Hi Videla,

It is impossible to customize core UIs to display additional information passed from service extension or activity hook. Actually, service extension or activity hook returns 'void' from execute() method.

If you need such functionality then you should implement custom Shop Order Release UI screen from scratch.

Regards,

Oksana

Answers (0)