...
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 | ||
---|---|---|
| ||
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
...