Site template with Related Item

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
Office365Guy
Posts: 21
Joined: Sun Feb 24, 2019

08 Oct 2019

After I create a site template and use it to create another site. A related item configured to Quick Edit Only on the edit form renders like its set to Optional. Testing, I set it from Client to Server and it renders correctly, then back to Client and Quick Edit Only, renders like its set to Quick Edit Optional??? I'm sure I'm missing something.

Thanks again.

User avatar
mnikitina
Posts: 264
Joined: Wed Jun 05, 2019

09 Oct 2019

Hello Office365Guy,

Could you please share the related items control settings and the screenshots from the form, so we could reproduce the issue and troubleshoot it.

Thank you!

Office365Guy
Posts: 21
Joined: Sun Feb 24, 2019

18 Oct 2019

All of the related items are affected, this one is on the top right of the edit form.
Attachments
RIC Settings.png
RIC Settings.png (13.42 KiB) Viewed 3152 times
EditForm.png
EditForm.png (66.95 KiB) Viewed 3152 times

User avatar
mnikitina
Posts: 264
Joined: Wed Jun 05, 2019

21 Oct 2019

Office365Guy,

Please use the following code to display related items in Quick Edit mode always in the form.

Code: Select all

fd.relatedItems(0).find('.ms-heroCommandLink')[1].click();
setTimeout(function(){
 $('.ms-list-addnew').hide();
}, 1000);

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests