CA Service Management

  • 1.  Make CI form partially editable for a role

    Posted Aug 30, 2017 09:33 AM

    The requirement is to make a particular section of CI form editable for a particular role.
    The section is a part of the versioning tab on CI page.
    Can only few fields on the tab be made editable for a role?



  • 2.  Re: Make CI form partially editable for a role
    Best Answer

    Posted Aug 30, 2017 10:01 AM

    You can use the following PDM_IF

     

    <PDM_IF "$SESSION.ROLE_ID" == "300002">

    <PDM_MACRO NAME=dtlLookup hdr="AAA" attr="aaa">

    <PDM_ELSE>

    <PDM_MACRO NAME=dtlReadOnly hdr="AAA" attr="aaa">

    </PDM_IF>



  • 3.  Re: Make CI form partially editable for a role

    Posted Aug 30, 2017 07:23 PM

    I am marking Giedrius' reply as correct, however, I just wanted to note that this would be an unsupported customization. Currently within the product we would control editing by way of either function access or data partition constraints, both of which allow you to edit or not edit the entire object, but not individual fields.

    Thanks,
    Jon I.



  • 4.  Re: Make CI form partially editable for a role

    Posted Aug 31, 2017 01:16 AM

    You could also create a Form Group for this role and customise a copy of the versioning tab in the form group.

    Cheers,

    James