SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 42192: You cannot change the primary owner of a case when editing a case

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise Case ManagementMicrosoft® Windows® for x642.2
Microsoft Windows 95/982.2
Microsoft Windows 2000 Advanced Server2.2
Microsoft Windows 2000 Datacenter Server2.2
Microsoft Windows 2000 Server2.2
Microsoft Windows 2000 Professional2.2
Microsoft Windows NT Workstation2.2
Microsoft Windows Server 2003 Datacenter Edition2.2
Microsoft Windows Server 2003 Enterprise Edition2.2
Microsoft Windows Server 2003 Standard Edition2.2
Microsoft Windows Server 2003 for x642.2
Microsoft Windows Server 20082.2
Microsoft Windows Server 2008 for x642.2
Microsoft Windows XP Professional2.2
Windows 7 Enterprise 32 bit2.2
Windows 7 Enterprise x642.2
Windows 7 Home Premium 32 bit2.2
Windows 7 Home Premium x642.2
Windows 7 Professional 32 bit2.2
Windows 7 Professional x642.2
Windows 7 Ultimate 32 bit2.2
Windows 7 Ultimate x642.2
Windows Millennium Edition (Me)2.2
Windows Vista2.2
Windows Vista for x642.2
64-bit Enabled AIX2.2
64-bit Enabled Solaris2.2
HP-UX IPF2.2
Linux for x642.2
Solaris for x642.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.