Question: Within SalesLogix I have created a dependancy lookup control on a
form to which I have added pre-lookup filters. The issue I am having
begins when I make a change to the pre-filters – cookies must be cleared
out, website rebuilt so that the new filters can be applied. Here is
the code I’m using to apply the filter, with Team as the property and
MyTeam as the value that is filtered on:
create a new LookUpFilterState, and add this in. Because the values are
cached they will overwrite the filter state.
To get the current cache-
object c = System.Web.HttpContext.
To create lookup state-
Sage.SalesLogix.
To create new filterstate and add it to the lookupstate.
Sage.SalesLogix.



