Reference Qualifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 07:27 PM
Hi All,
User environment is domain-separated. The user wants to filter the result for locations based on the company selected in a custom table. This custom table contains both location (referencing to cmn_location) and company (referencing to core_company) fields. Currently, when user clicks on the location field, the list displays all available locations, but the user wants that the list should only show locations related to the company specified in the current record. Additionally, the user should have the ability to modify the filter if needed.
Current reference qualifier is as below:
javascript: 'sys_domain='+current.sys_domain.toString();
How can I modify this to get the above requirement ?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2025 03:29 AM
Thank you Brad for your response. I will do the test and will share my results.
Regards,