Hello,
I was hoping for anyone to help me understand what is the difference between “In Filter” and “In Standard Filter” of the DocField while creating a new DocType.
I tried searching Frappe and ERPNext repositories to check the code and know the difference but cant find anything for “In Filter” as “in_filter” only JSON files but nothing in javascript or python codes. However, i can find for “In List Filter” as “in_standard_filter” which is responsible of showing the field in the filters of the list view. so, can anyone tell me what does “In Filter” do? it can be found under
List / Search Settings" while creating a field while creating a doctype
thanks in advance