Last active
July 6, 2020 19:27
-
-
Save AndersonZacharyT/54a970a7b4fb10fa43163f34a3c9a0c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// disables duplicate lead checks, disables the check of answer | |
window.setFeatureFlags({ | |
multiSelectLeadConfirmation: false, | |
duplicateLeadsDisabled: false | |
}) | |
// if the integration isn't yet 'live', you can enable it like this: | |
// (configured state restrictions still apply) | |
window.testUtilities.enableLenderIntegrationById(7950) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment