In essence, the problem I face is this: two groups of users need to access the same document library. One group submits documents plus some metadata, the other vets the documents and edits the metadata, and eventually "approves" the whole lot.
Some of the metadata is "approver-only".
I need to have a distinct edit form for each group. Is there some way that I can use, say, an ItemAdding event receiver to control who sees which form?
If not, is there an alternative I can use without a huge investment in time and effort?
I need to have a distinct edit form for each group. Is there some way that I can use, say, an ItemAdding event receiver to control who sees which form?
If not, is there an alternative I can use without a huge investment in time and effort?