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?