Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[User Subform] Fix permission set lookup (#2144)
<!-- Thank you for submitting a Pull Request. If you're new to contributing to BCApps please read our pull request guideline below * https://github.com/microsoft/BCApps/Contributing.md --> #### Summary <!-- Provide a general summary of your changes --> **Problem** Permission lookup for assigning permission sets to users use an incorrect pattern of skipping the OnValidate trigger. This causes an issue when for example using F8 to copy a line after selecting one using the lookup. **Solution** Do not skip validation, instead set a filter on lookup which is used in the OnValidate trigger. #### Work Item(s) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes [AB#477318](https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/477318/)
- Loading branch information