Hello,
I couldn't find an info about:
is there a way to create a short link to display Nintex form.
Example with ordinary list item (announcement) - https://site/subsite/Lists/Test/dispform.aspx?id=1
This link will open a list item in display view.
is there an alternative to this method if I am using Nintex Form as an item in this List?
Thanks in advance!
Solved! Go to Solution.
Depending on the content type you should build a URL like the following (i)
h t t p s : // yourtenant.sharepoint.com/yoursite/_layouts/15/listform.aspx?PageType=4&ListId=%7BDBBB5764%2D2796%2D4221%2DB604%2D784AA3E215ED%7D&ID=5&ContentTypeID=0x0100315ABB06C6F4514BA3BD751A55FA9012
In that case you must previously get your ListID and ContentTypeID
Hello Fernando,
Thanks for an advice! I tested it today and it works fine.
Also during my tests I have found another way, that also seems to work:
https://site/subsite/Lists/Test/dispform.aspx?ID=1
Just the same link that works for normal list item, but with "ID" written in capitals
Hi, Fernando
How can I get the ContentTypeID?
sds
Merildo,
If you create a new item in the list/library that is using the Nintex form, you can copy the web address of the browser when the new Nintex form is displayed. The ContentTypeID is in the web address (towards the end).
You can format your hyperlink to a new Nintex form for the content type as follows:
http://site/subsite/Lists/ListName/NewForm.aspx?<contenttype string from copied web address>. Delete everything else out of the copied web address.
This works well in Promoted Links lists. I just had to that today to build a tile menu with links to create new Nintex Form items in the same list (with different content type IDs).
Hi @dweyrick
Does your workaround work for SP Online?
I have a list with Content Type, the length of the URL by default is over 500 characters so it cannot be used in Promoted Links. Using:
doesn't work for me, it throws the page cannot be found error!