Versions Compared

Key

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

...

Step 4: If they are a developer, set their branch to AARB, check all three boxes, and click add

...

Note: The AARB is not listed when we add developers that are not in NCR. The following update statement will take care of that:

Code Block
languagesql
update AC041_INTERNAL_STAKEHOLDER 
set TC_REGION_CD = 4, TC_DIRECTORATE_CD = 'AARB' 
where STAKEHOLDER_ID=<stakeholder_id>;

commit;

If You Cannot Find The User In Development, Do The Following

...