I am doing an approval process which (I think) requires a custom form. It would look something like this.
User uploads item to a document library. This document item contains individual list items that will be inserted into another list on the site upon upload of the document. For reference, both document items and list items have "Doc No." used for referencing to which doc item a list item belongs to.
The approval process needs to be, all list items for a particular doc item must be approved. Additionally, each of these individual line items each have different persons they are assigned to.
Here comes the tricky part. I need to create a custom task form for the doc items workflow so that the individual list items for each doc item are listed and can be approved there (checkbox). These list items can be grayed out / disabled depending on the access permissions the user has for the list items (specified in #2).
I already have a plan on how to check whether all line items are approved. I am having trouble with the creating custom task form part.
Any help you can give me? What do you suggest to use to create the custom form? Thanks!