Automatic service selection in the shipping screen

Automatic service selection in the shipping screen is based on values from the picking query

To automatically pre-fill one or more services in the shipping screen, the ID of the service from the Delivery Services query must be entered as externalserviceid in the pickinglist query.


Delivery Services

Pickinglist

case
  when p.deliverymethod = 'BRING1' then '160,161'
  else ''
end externalserviceid,

To add multiple services, list them separated by commas. In this case, when the delivery method is Bring Business parcel, the services 160 and 161 will be preselected.