Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When an external WSDRS userid is found to conflict with the userid of a TC employee (anyone on TC directory), the external userid should needs to be altered to have a numeric on the end (SMITHJ becomes SMITHJ1 – should become SMITHJ1) For now, this is a manual process - However, it should be available to the SDR manager on the side menu - as this comes up often - see Enhancements section).

This procedure can also be used for a simple USERID change as well. Frequently the SDR submitters will request a change of userid when someone leaves a company, but may reports are tied into a given account.

...

UPDATE Z980_TERM_CONVERSION
SET FROM_TXT = 'old-userid',
TO_TXT = 'new-userid'
WHERE TERM_TYPE_CD = 'USERCHANGE';

...