CA Service Management

 View Only
  • 1.  Create data partition to restring access in a specific status value in Change Order

    Posted Jul 06, 2020 10:45 PM
    Hi all

    It's possible create a data partition to restring access in a specific status value in Change Order, this for one analyst or one rol?


  • 2.  RE: Create data partition to restring access in a specific status value in Change Order
    Best Answer

    Posted Jul 07, 2020 12:44 AM
    You can create an 'Update' data partition constraint and add status != <STATUS_CODE> to prevent setting a status value for a certain Role.


  • 3.  RE: Create data partition to restring access in a specific status value in Change Order

    Posted Jul 07, 2020 01:06 AM
    Thanks Cristi i think that this is functional but i have this error:

    AHD05800:Bad where clause. invalid constraint. Could not recognize status.

    I try with status != <APR> and status != APR but have the same error


  • 4.  RE: Create data partition to restring access in a specific status value in Change Order

    Posted Jul 07, 2020 02:00 AM
    I solved this adding:

    Type of restricction: See
    Restricction: code!='APR'


    Thanks!!