Note that there are some explanatory texts on larger screens.

plurals
  1. POInfoPath 2010 - Checking if an approver is signed in to SharePoint 2010
    primarykey
    data
    text
    <p>When a requestor is filling out my form, they're asked to select which region they're from. Based on that selection, approvers for that region will be pulled from an Approval matrix and auto populated into form fields ranked by hierarchy (Supervisor, Regional Manager, President, etc).</p> <p>When the requestor submits the form, a workflow notifies the first Approver (lowest rank in the hierarchy) that he/she has a pending request for approval. That approver opens the form, and chooses from Radio buttons to Approve or Reject. If approved, the workflow submits a notification to the next approver in line. </p> <p>My question is, when the first approver is notified and opens the form to approve/reject, they also have access to all of the other approve/reject radio buttons for approvers 2 through n (Likewise, approvers 2 through n should also not have access to any prior Approval choices). Basically, Approver X should only be able to make a choice in Approver Section X. To mitigate this, I wanted the radio button field to check 2 things for each approver:</p> <p>1) Is the current approver on the specified approvers list for that section? 2) Is the current approver signed in to SharePoint? </p> <p>I need to be able to check if they're signed in because each Approval section in the hierarchy will be autopopulated with approvers that will always make the first check = true. Since that will always be true, the approver's name not only needs to match the name that's autopopulated in their approver section, but they also have to be signed in. That way, the other approvers being not signed in will cause the Radio Buttons to be disabled.</p> <p>I'm able to achieve the first part, but not the second part.</p> <p>Is the second check possible in InfoPath 2010? If so, how do I do it?</p> <p>Thank you</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload