Does NW support “Remote Filter” or “Cross-table filter”
- I’ve added an index on
WriteCheckToinns<env>DirectoryExthoping it would make that field filterable in apps that link to a directory record (e.g., Supplier Credit Memo). - The field displays correctly in those apps because of the TL (table link), but filtering only works in apps built directly on the directory table.
- I tried adding an index on the
Supplierfield inns<env>PayablesHeaderExtwith text pattern indexing, but that didn’t enable filtering either.- I also experimented with Sub Field (Supplier + WriteCheckTo) but realized that’s not the intended function.