Skip to main content
Answer

Implement Availability and LineSplitting Extension instead of LSAMProdItem / LSAMProdMatl

  • May 25, 2022
  • 2 replies
  • 223 views

As you know from 22R1 , CodeRefactoring of LSSelect done and now we have extension classes for Line Splitting and Item Availability. 

But we are not able to implement them fully as facing issue with creating custom object and call functions or methods.

Also while showing fields on line details for preassignment not able to show location and serial number on grid.

 

Please help .

Best answer by ssarda48

Hi Roderick,

 

We have resolved it by defining an extension class for required class for e.g.

public class EWPM

 

:AMProdMatlSplitPlan<

 

> { } 

 

Although, if you provide more details about your issue, then maybe I able to give you more proper solution.

 

Regards,

2 replies

  • Freshman I
  • February 14, 2023

Hi @ssarda48

We are now facing the same dilemma. Did you find any solution ? 

 

Cheers


  • Author
  • Freshman II
  • Answer
  • February 14, 2023

Hi Roderick,

 

We have resolved it by defining an extension class for required class for e.g.

public class EWPM

 

:AMProdMatlSplitPlan<

 

> { } 

 

Although, if you provide more details about your issue, then maybe I able to give you more proper solution.

 

Regards,