Skip to main content

The default is set to "Same as To Location" Is it possible to change the default to "Same as From Location"

 

Hi Anupa,

We have exactly the same request and was wondering if you managed to find a solution?

Regards

Stephen


Hi Anupa,
in my opinion there is no parameter that could allow to define a default setting different than “Same as To Location”.
Best rgds

Stefano


The default value is hard-coded so it cannot be changed by end users. See code snippet from dlgChangePartAvailabilityControl.cs:

      rbSameToLocation.Checked = true;

You would have to go for a customization.


Reply