Skip to main content

Hello.

In Inventory Part in Stock, most of our users want to have a filter where Quantity on Hand is greater than zero. This is possible with search and adding that field and condition there, but we want to make it default to anyone that brings up a list in that page.

I have read the documentation here: (https://docs.ifs.com/techdocs/23r1/040_tailoring/225_configuration/200_client_configurations/310_conditional_fields/) but still unable to set a working condition. This documentation indicates to use the Enumeration Filter on the QtyOnhand attribute.

I did the following in Page Designer (we’re on 24R1), again following the documentation, but I am not sure what to type in the Value field. I tried just about everything (blank, record.QtyOnhand > 0, >0, QtyOnhand gt 0, etc.) and it will not let me proceed (it goes red and does not accept anything that I’ve tried).

what do I type in Value?
​​

Can someone help letting me know how to make this condition effective?

IFS Cloud 24R1

In advance,

thanks.

Francico

 

Hi ​@rodriguezfr,

Enumeration Filter property available in Page Designer would come into picture for recrod creation and updation only and mentioned configuration can not be achieved through this property.

Please follow below steps to change default startup behaviour for Inventory Part in Stock screen:

  1. Saved a search with condition On Hand Qty > 0.

 

  1. Configure Search Settings by click on more option.
  1. Set saved search QtyOnHand as a screen stratup behaviour.

 

This configuration would be user specific only.

 

Regards

Abdul Rehman


Thank you Adbul.

Yes, we know how to make that change in search settings to provide that filter for each user, but wanted a solution for all the users at once, i.e., from page design.


We can't add such universal filter through page designer.

Optionally, you can create a lobby element having navigation with desired filter and, you can grant to all users at once.


Hi ​@rodriguezfr,

Mentioned requirement can be achieved by adding another navigator option for Inventory Part In Stock screen through Navigator Designer. 

Please refer below screenshot and try to add another navigator option.

 

Page Link - page/InventoryPartInStock/List;$filter=QtyOnhand%20gt%200


Reply