designer
5 TopicsLoad predefined data from columns and update field with possible selection with Javascript
I am struggling with piece of code. I am working on SharePoint 2013 and I am trying to set 2 fields fixed when creating a new item in list. All 3 fields are lookup columns, but the red highlighted fields I want to set as fixed and the yellow highlighted field is conditioned by the field Vyberova_Skupina_Sluzba Also Vyberova_Skupina_Sluzba is conditioned by the field Vyber_Oblast I used the part of the code below, the fields are fixed Vyber_Oblast and Vyberova_Skupina_Sluzba but third column is not updated. function nastavSluzba(){ $('#Produktova_Skupina_Sluzba').find('select').val('Hypotekárne úvery'); $('#Vyber_Oblasti').find('select').val('Úverové produkty pre FO') $('#tableNapoveda').remove(); $("#Vyber_Oblasti").find('select').attr("disabled", true); $("#Produktova_Skupina_Sluzba").find('select').attr("disabled", true); $("#Vyber_Oblasti").find('select').css({"background-color": "white","color": "black"}); $("#Produktova_Skupina_Sluzba").find('select').css({"background-color": "white","color": "black"}); var allOptions = document.querySelectorAll("[title=Vyber_Oblasti] option"); [].some.call(allOptions, function(option) { if (option.innerHTML == "Úverové produkty pre FO") { option.selected = "Úverové produkty pre FO"; return true; } }); var allOption = document.querySelectorAll("[title=Produktova_Skupina_Sluzba] option"); [].some.call(allOption, function(option) { if (option.innerHTML == "Hypotekárne úvery") { option.selected = "Hypotekárne úvery"; return true; } }); Can you help me make sure that the third field is loaded automatically and that the user can select an option that falls under Produktova_Skupina_Sluzba ?672Views0likes0CommentsSharepoint Won't open Custom Forms on migrated site
Hi all, we are in the middle of a sharepoint online migration from a tenant to another. In the source tenant we have many list with custom forms built during the years through microsoft designer. We have migrated some of these custom solutions; in the new tenant sharepoint keep opening the basic sharepoint form (the vertical one on the right hand panel) even though the custom form built with designer is set as default. The custom form is accessible through the link directly. Inside Designer, the custom forms are set as default, but on sharepoint they won't open by default unless we set each list in classic mode. Things we can't do due to customization on columns. Has anyone else experienced something like this? Info path forms work fine after being re published.1.4KViews1like2CommentsSharePoint Online and SharePoint Designer 2013
We are looking at using SharePoint Designer 2013 to edit a PWA site hosted on SharePoint Online. We have issues with getting SharePoint Designer to change the design of the forms for lists. In general, it just is not functioning like it would with SharePoint 2013. What configurations are needed on SharePoint Online and on the PWA Online site collection are needed to get this functioning properly?958Views0likes0CommentsSharePoint Designer Cannot open list with 5000 items
Hi, I'm not able open a SPO list in the SharePoint designer that have more then 15000 items, none of the views running into 5000 threshold issue. I need to modify list forms in SharePoint Designer. In the designer I tried to get to the list from List and Libraries and from All Files->List->Custom_List but none of them worked and I'm keep getting "The attempted operation is prohibited because it exceeds the list view threshold enforced by admin". Please suggest? Thanks, -Sal1.7KViews1like4CommentsSharePoint Top Level Site Admin of Subsite
All, My company Sharepoint Site has an extremely basic Top Level Page that the administrator does not want to touch for now. However, I'm trying to promote the use of SharePoint Designer at a sublevel page only, before I suggest we spread it across the whole company and its subdepartments, so my question is, is it possible just to change the look/theme of a subsite and leave the top level site alone? I currently only have USER permission rights on the page and looks like the SharePoint Designer has bee disabled at the moment, so I am unable to get in there and have a try. Any help or useful suggestion would be appreciated, Kindest Regards,985Views0likes2Comments