B4210620 - S421002C Sales Order Line View Controller not updating fields

[Mike]

Member
Hello,

I was having a problem in our customer sales order entry application that uses the S421002C_SOLineViewController. I was setting a value for the Release date (RLDJ) in the Grid and calling the B4210620 to update it, but after the update the value was wiped out.

After tunneling through the C functions I found that it was being wiped out by the B4210030 function IB4210030_RestoreProtectedFields, where if Demand Scheduling wasn't set to yes, it overwrites the PullSignal, ReleaseNumber, ReleaseDate and ReleaseTime.

So if you're having problems with values being wiped out by the SOLineViewController, take a look at B4210030 and see if that's causing your issue.

Regards,
 
Back
Top