Usage Note 42192: You cannot change the primary owner of a case when editing a case
In SAS® Enterprise Case Management, by design an administrative user cannot change the "Primary owner" field for a case from a read-only field to an editable field. There is no way for you to change the primary owner while you are editing a case.
In order to change the primary owner, you must go to the list of cases, find the case, click on the drop-down menu item in the first column of the case, and select "Set Primary Owner...". Then you can select a new primary owner for the case from a list of possible owners.
Click the Hot Fix tab in this note to access the hot fix for this issue.
With the hot fix for this issue, an administrative user can change the "Primary owner" field for a case to be editable by modifying the screen definition that displays the "Primary owner" field from this:
<field name="TEMP.CASE.INVESTIGATOR_USER_DISPLAY" type="string"
required="true" readonly="true">
<label>
<message key="field.case.investigator_user_id.label.txt" />
</label>
</field>
to this:
<field name="CASE.INVESTIGATOR_USER_ID" type="dropdown"
required="false" readonly="false"
values="GetUsers('CASE', CASE.CASE_RK)">
<label>
<message key="field.case.investigator_user_id.label.txt" />
</label>
</field>
Operating System and Release Information
SAS System | SAS Enterprise Case Management | Microsoft® Windows® for x64 | 2.2 | | | |
Microsoft Windows 95/98 | 2.2 | | | |
Microsoft Windows 2000 Advanced Server | 2.2 | | | |
Microsoft Windows 2000 Datacenter Server | 2.2 | | | |
Microsoft Windows 2000 Server | 2.2 | | | |
Microsoft Windows 2000 Professional | 2.2 | | | |
Microsoft Windows NT Workstation | 2.2 | | | |
Microsoft Windows Server 2003 Datacenter Edition | 2.2 | | | |
Microsoft Windows Server 2003 Enterprise Edition | 2.2 | | | |
Microsoft Windows Server 2003 Standard Edition | 2.2 | | | |
Microsoft Windows Server 2003 for x64 | 2.2 | | | |
Microsoft Windows Server 2008 | 2.2 | | | |
Microsoft Windows Server 2008 for x64 | 2.2 | | | |
Microsoft Windows XP Professional | 2.2 | | | |
Windows 7 Enterprise 32 bit | 2.2 | | | |
Windows 7 Enterprise x64 | 2.2 | | | |
Windows 7 Home Premium 32 bit | 2.2 | | | |
Windows 7 Home Premium x64 | 2.2 | | | |
Windows 7 Professional 32 bit | 2.2 | | | |
Windows 7 Professional x64 | 2.2 | | | |
Windows 7 Ultimate 32 bit | 2.2 | | | |
Windows 7 Ultimate x64 | 2.2 | | | |
Windows Millennium Edition (Me) | 2.2 | | | |
Windows Vista | 2.2 | | | |
Windows Vista for x64 | 2.2 | | | |
64-bit Enabled AIX | 2.2 | | | |
64-bit Enabled Solaris | 2.2 | | | |
HP-UX IPF | 2.2 | | | |
Linux for x64 | 2.2 | | | |
Solaris for x64 | 2.2 | | | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Usage Note |
Priority: | medium |
Date Modified: | 2011-03-17 14:33:07 |
Date Created: | 2011-01-25 15:02:06 |