Skip to main content
Answer

Unbound filed behaviors differently on different envrionments (Production vs demo)

  • March 31, 2022
  • 1 reply
  • 47 views

Forum|alt.badge.img+6

Hello,

   Sorry, fields, not filed. typo.

I meet a weired case. We have 2 enrionments, production with license, demo without.
Both are actually on a same server and with same version 21.208.0032.

     A same customization.

Within the same customizaiton, we defined a customization field called “RowNumber” on shiplinesplit screen. now calling line details. It is designed to show the line# actually.

 

 

We put the function to set the RowNumber in SOshiplinesplit_Rowselected event

It works fine on production envrionment, see pic 1

however it shows empty on demo, see below

 

Too strange, how is this? please help.

Best answer by ray20

Hello,

    I still don’t know the difference between 2 instances.

 

But if changing the code like below:

 

Add this line

cache.SetValue<SOShipLineSplitExt.usrRowNumber>(line, lineExt.UsrRowNumber);

 

Would solve the problem.

1 reply

Forum|alt.badge.img+6
  • Author
  • Captain II
  • Answer
  • March 31, 2022

Hello,

    I still don’t know the difference between 2 instances.

 

But if changing the code like below:

 

Add this line

cache.SetValue<SOShipLineSplitExt.usrRowNumber>(line, lineExt.UsrRowNumber);

 

Would solve the problem.