BaseFiltersGenerateModule Not reference

Hello Community!

I have a custom package with a section and need to use the 

BaseFiltersGenerateModule.OwnerFilter

I did add the dependence in the code and NUI dependence in the package, put the filter in the attributes like:

            "Owner": {

                "dataValueType": Terrasoft.DataValueType.LOOKUP,

                "lookupListConfig": {"filter": BaseFiltersGenerateModule.OwnerFilter}

            }

add the reference in the top like:

 

define("UsrMycustomPage", ['BaseFiltersGenerateModule'], function(BaseFiltersGenerateModule) {

 

but when debbug the code the variable is not reference.

 

I'm are missing something?

 

 

Like 0

Like

1 comments

Try to open the google chrome console (developer tools) and check the code of the page. It seems like everything should be fine. I've just done the same on my demo and it worked. 

 

Show all comments