
Anonymous
Thanks , but that doesn't help. I have consulted the documentation repeatedly, and can't find the answer, which is why I'm posting
I'll try to be more specific about what I need to do:
I have a list with about 30 columns, it will be used by two groups, the admin group will need to see all columns to add new items and update/edit, (this is working fine) and the Managers group only need to be able to see around 5-6 of the columns.
I have a qlist display web part set up on a page that shows the fields the managers group needs, but when they want to edit an item in the list, they get an edit form with all the fields. I am trying to configure the qlistForm web part so that when they click edit next to oe of the list items, they only see those fields they can update.
I can configure the display fields etc, however it wants me to define the ID HTTP Parameter Name. I don't want to define it because I want the selected list item to be updated not just one of them.
Even when I try to define the ID by copying what it says in the documentation, I get an error.
There is something in the documentation about editing the editform.aspx in sharepoint designer to hide it, which i did, so I dropped the qlistform on that blank page, and it sort of works.. except that to do it I have to specify the item ID , how do i make it so that the item id is pulled from whichever item is selected to edit?
man.. I hope that makes sense..