Shane Miller

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Custom JS section follow v4.4.4.1 update #26324
    Shane Miller
    Participant

      Yes the code does interact with an html
      Section in the tabs. Below is an example form a form.

      <h2> ID:<span class=“exerciseId” /></h2>
      
      
      var qres = spjs.utility.getItemsByID(
      {
      “listName”:_spPageContextInfo.pageListId,
      “id”:spjs.dffs.data.thisItemID,
      “viewFields”:[“exerciseId”]
      }
      );
      jQuery(“span.exerciseId”).html(qres[“exerciseId”].spilt(“.”)[0]);
      in reply to: Error Loading JS files #24128
      Shane Miller
      Participant

        Hello,
        I double checked the permissions for the DFFS folder and everything was correct. I did ascertain some additional information. The error tends to occur when these users interact with a tab a have set to be available to to specific permission groups. Thank you for your assistance.

      Viewing 2 posts - 1 through 2 (of 2 total)