Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Hello. I'm looking for a way to manually put a list item in Edit mode.
I have a Nintex form that allows User A to submit an item to the Requests list. This list has a Processed column that defaults to No for each new item.
I have a site page for User B with two panels:
How can I change the form mode to Edit (without requiring the user to click an Edit Item button)? Can this be done in a rule associated with the panel (ie can I set the value of "Is Edit Mode" in the formula builder's Common tab, or can I only get the value of it?)
I've found plenty of examples of creating a URL that will bring up a list item in Edit mode. And I've seen several posts regarding task lists. Neither of these apply to my situation.
Thank you.
One update -- I can't set the value of Is Edit Mode (in a rule, formula builder, Common tab). Is Edit Mode is a function that returns a true or false. So you can check the mode using this but you can't change it using that particular route.
Hi Mindy,
this won't be possible with rules at all but will require some javascript logic. But you will still need any kind of event to trigger that function like a button click or a changed field value.
I have a site page for User B with two panels:
...
When User B clicks a list item, Panel 2 appears with the list item details.
so is it a list form webpart?
then you can configure web part so that it opens form directly in edit mode.