Site template with Related Item
-
- Posts: 21
- Joined: Sun Feb 24, 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.
Thanks again.
-
- Posts: 21
- Joined: Sun Feb 24, 2019
All of the related items are affected, this one is on the top right of the edit form.
- Attachments
-
- RIC Settings.png (13.42 KiB) Viewed 3151 times
-
- EditForm.png (66.95 KiB) Viewed 3151 times
Office365Guy,
Please use the following code to display related items in Quick Edit mode always in the form.
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);
-
- Information
-
Who is online
Users browsing this forum: No registered users and 6 guests