Skip to main content
Nintex Community Menu Bar

Force Nintex form to open in new browser tab (Modern UI) with JSON

  • July 30, 2019
  • 4 replies
  • 307 views
  • Translate

Forum|alt.badge.img+6

Hi, my client requests the task list in the New Experience.

Problem - you can't right click and open in new tab like in the classic UI.  We also have the unfortunate SharePoint issue where the task items are not opened by downloaded on click ID_.000.  I've implemented the suggested workaround which works for regular Tasklists with standard content type, but for a tasklist with nintex form, the form isn't opening.... However if I right click > open, it does open in a new tab.  Don't know why it isn't opening on click.  Anyone come across this issue?  thanks

 

{
"elmType": "a",
"txtContent": "@currentField",
"attributes": {
"target": "_blank",
"href": {
"operator": "+",
"operands": [
"https://site/sites/mysite/Lists/Tasks/active.aspx?ID=",
"[$ID]"
]
}
},
"style": {
"padding": "10px",
"font-weight": "bold"
}
}

Did this topic help you find an answer to your question?

4 replies

Forum|alt.badge.img+6
  • Author
  • Rookie
  • 26 replies
  • July 30, 2019
the workaround being to format the title column with JSON...
Translate

Forum|alt.badge.img+6
  • Author
  • Rookie
  • 26 replies
  • July 30, 2019

Forum|alt.badge.img+17
  • 911 replies
  • July 31, 2019

@Brice235i this is definitely a unique one. I'm glad you figured it out. Can you scope exactly what the use case was and then what the solution was that you implemented. It helps others that may stumble across this in the future.

 

Cheers

Translate

Forum|alt.badge.img+6
  • Author
  • Rookie
  • 26 replies
  • August 1, 2019

Sure.  The New Experience UI for a SharePoint custom list does not allow for Right Click > Open in new Tab.  Click to open a form and it opens in the current window.  Users requested the form opens in a new tab. The JSON column form does just that.  

There is a problem with SharePoint task lists in the modern view too.  Instead of opening, the item downloads.  More information here.  
https://techcommunity.microsoft.com/t5/SharePoint/Unable-to-open-task-item-in-new-experience-000/td-p/195116

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings