Skip to content

Instantly share code, notes, and snippets.

@AndersonZacharyT
Last active July 6, 2020 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndersonZacharyT/54a970a7b4fb10fa43163f34a3c9a0c3 to your computer and use it in GitHub Desktop.
Save AndersonZacharyT/54a970a7b4fb10fa43163f34a3c9a0c3 to your computer and use it in GitHub Desktop.
// 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