Domanda

We are planning to retire one of our old fashion tools and currently evaluating Sharepoint 2010.

in our current tool, we have 3 different attachment sections two of which are visible to customer, and the other is used internally.

I could add attachment column to a custom list. I suspect that it is not possible(I might well be wrong). if so, how can I achieve this? is that possible to filter visible attachment based on the logged user?

if it is possible to add another attachment section to the form, could you tell me how?

Regards

È stato utile?

Soluzione

I investigated this some time ago, and while I didn't do a POC on it, having multiple attachments can be done using InfoPath's repeating control.

But after that you need to go under the hood and implement the attachment uploading in code behind.

During attachment uploading of the items that are not to be shown to the customer, you would probably want to have the attachments on separate list(s) and reference to those using lookup. This way you could use item level permissions for the internal attachments, or preferably user/group specific folders on that list to minimize the amount of ACLs.

You will also need to modify the Display and Edit forms, but they should be pretty straightforward after you have the New form functionality implemented.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top