Question

Change Availability Control Default

  • 18 August 2022
  • 3 replies
  • 148 views

Userlevel 5
Badge +6

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

 


3 replies

Badge +1

Hi Anupa,

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

Regards

Stephen

Badge +1

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

Userlevel 2
Badge +4

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