Pending attestation Page shows two options. How to get rid of it?

One Identity Version 8.0.1

If I am assigned as approver/product owner for multiple Attestation Policy and I click on Pending attestation tab on the Web Portal. It's forwarding me to a page where I see two options of 'User Accounts' and 'System Entitlements'. How can I get rid of this landing page and directly land the page where the user just can see the pending attestation cases.

Top Replies

Parents
  • having the same issue here, ist quite confusing for users.

    Id rather like them to see the View of pending Attestation Policies, so they can drill down per policy.

  • That view is available by clicking the button "View by attestation policy".

  • Hi Hanno, thanks for your Reply,

    Yes true, but ist hidden in the lower corner.
    I'd rather like the policy view to be the default. Imagine people having to Attest like 100+ Role assignments, have go through every single Role object?
    Ist better to give them a view by policy like "Role Assignment Attestation" and the drill down and they now what they have To do immediately.

    So I'm asking more for an idea on how to make that View by Attestation Policy view the default view.

  • Hi Hanno,

    I have two customers recently ask for the same question how to set Policy view as the default view. It seems the customization of vi_attestation module is required. Can you provide the guidance on this? Thank you so much for the help!

  • Hi Hanno,

    This seems to be something my company needs as well. We would like the Switch to policy view to be the default view.

    We are about to deploy another attestation that does not show up under any tab when you click on pending attestations. 

    In addition that default view make it difficult for the user to attest more than one at a time.

    The policy view groups them and allows a user to go into the attestations according to policy and approve / deny multiple.

    Thank you

  • We came up with the following customization.

    Konfiguration.xml
    <ConfigurationRoot MetamodelVersion="2016-05-08"><Extensions><ModifyProperty ObjectID="Action21" PropertyName="Condition" Value="IsEscalationApproval() or request(&quot;ViewSquares&quot;) &lt;&gt; &quot;yes&quot;" /><AddObject ObjectID="Container16" ObjectType="Container"><Button Text="translate(&quot;#LDS#Switch to table view&quot;)" ScriptItemUID="CCCButton2"><ServerActionCall ScriptItemUID="CCCServerActionCall2"><Redirect ScriptItemUID="CCCRedirect3" Target="Context" AllowReturnToThisContext="true" ContextID="VI_Attestation"><RedirectParameter Value="&quot;yes&quot;" Name="'ViewSquares'" /></Redirect></ServerActionCall></Button></AddObject><RemoveObject ObjectID="Button6" /><AddObject ObjectID="ContextParameters1" ObjectType="ContextParameters"><Parameter Name="ViewSquares" IsMandatory="false" /></AddObject></Extensions></ConfigurationRoot>

    - Go to the WebDesigner component VI_Attestation and open the customization tab.

    - Right-click the root node

    - Select "import" and import the attached file.

    This will cause the policy view to become the default view on the attestation page.

Reply
  • We came up with the following customization.

    Konfiguration.xml
    <ConfigurationRoot MetamodelVersion="2016-05-08"><Extensions><ModifyProperty ObjectID="Action21" PropertyName="Condition" Value="IsEscalationApproval() or request(&quot;ViewSquares&quot;) &lt;&gt; &quot;yes&quot;" /><AddObject ObjectID="Container16" ObjectType="Container"><Button Text="translate(&quot;#LDS#Switch to table view&quot;)" ScriptItemUID="CCCButton2"><ServerActionCall ScriptItemUID="CCCServerActionCall2"><Redirect ScriptItemUID="CCCRedirect3" Target="Context" AllowReturnToThisContext="true" ContextID="VI_Attestation"><RedirectParameter Value="&quot;yes&quot;" Name="'ViewSquares'" /></Redirect></ServerActionCall></Button></AddObject><RemoveObject ObjectID="Button6" /><AddObject ObjectID="ContextParameters1" ObjectType="ContextParameters"><Parameter Name="ViewSquares" IsMandatory="false" /></AddObject></Extensions></ConfigurationRoot>

    - Go to the WebDesigner component VI_Attestation and open the customization tab.

    - Right-click the root node

    - Select "import" and import the attached file.

    This will cause the policy view to become the default view on the attestation page.

Children