Hello! I have visited here more than a few times and I have always found
the best answers. I have recently come up to an issue I wasn’t able to resolve.
I have a form that a user can select values in 4 repeating
tables (values are called in from a SharePoint lists)
Once the user selects their selections in view 1, approvers must
make approvals on the selections that were made in view 2.
The approvers view has drop downs that are filtered and only
displays the what the user selected from one (or all) of the first 4 fields. The
approver selects their choice, selects approve and clicks the update button. After
they push the update button, what they had selected and their approval selection
are listed in the appropriate approve or rejected text fields.
The issue I’m having here is: How do I stop the approver
from selecting the same choice twice?
Essentially, how do I remove the choice from the drop-down
list after the approver approves or rejects it? I was attempting to find a way
to uncheck the selection that the first user made. But I can only seem to
specify the field who has the matching value and it blanks the whole field or
sets all values to false.
Questions that might come up:
This form has 4 SP lists (150-200 items ea.) of data that
the user can select.
Rules have been setup to not allow more than one selection
at a time.
Any ideas? Please & thanks!
I'm always trying to learn.