...
When the Logic Is Called
From Customer input field - automatically by the system, at the moment when the user opens the Customer picker.
From Customer Group input field - automatically by the system, at the moment when the user opens the Customer picker.
From a logic, by calling the method api.evalCustomerFilterLogic(). This could be useful, if you need to call one filter logic from inside another one - e.g., when combining more filter logic results together.
Note that formerly it was possible to build the product input field on the line item also by calling the method api.customer() in the Syntax Check Input Generation mode. There’s a version of the api.customer() method, which supports adding of the filter too - sample: api.customer("customerId", null, false, "CustomerInputFilter", salesOrganization).
...