ErikT

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • ErikT
    Participant

    Hi

    Not Alexander, but I have something that works for SP 2013 onprem. Should probably work for O365 also.

    Add this in Custom CSS:

    #onetidinfoblock1, #onetidinfoblock2, #onetidinfoblockV{
    display:none;
    }

    ErikT
    Participant

    Hi again

    Updated to DFFS v4.4.2.2 and AC 1.4.12.

    For autocomplete field attribute “optionDetailFields” works fine, and also attribute “minLengthBeforeSearch”.

    Thanks and merry Christmas.
    Erik

    ErikT
    Participant

    Hi again

    Got the mail notification on your last reply, thanks. Nothing in SPAM though. Probably an issue on my side, I’ve missed a couple of mails lately (totally random, so it’s hard to track down).

    Thanks
    Erik

    ErikT
    Participant

    Hi again

    Thanks for adding my suggestions to Autocomplete, and thanks for your support and help.

    I tried my idea about *onkeyup “listener” tied to the AC field, and call spjs.ac.textField if stringlength>=3 ‘, but that didn’t work well – probably related to autocomplete “taking over” the field when it kicked in (lost focus, or AC didn’t work properly).

    Also tried to make some changes in the SPJS-ac.js, but ran into issues with the browser not picking up changes. Seems like the browser cached like crazy, and kept using the original js file ,Ctrl+F5 didn’t help.. Had to manually delete all the files in the browser cache, and then reload to get the browser to use the updated content.
    Perhaps related to doc.library revision number of the file (noticed in Chrome that the file had a content source reference “?rev=number” param), or perhaps date/timestamp issues. Annoying and timeconsuming.

    With those issues and combined with my limited JS skills I called it a day.

    FYI. It seems like the “Notify me of follow-up replies via email” don’t work properly. I didn’t receive any mail after your reply on monday; I just checked the forums “on my own” this evening.

    Thanks
    Erik

    ErikT
    Participant

    Sorry, wrong forum, should be in autocomplete.
    -Erik

    ErikT
    Participant

    Hi

    Thanks for the reply. Since Autocomplete doesn’t preload anything I will just use it as is.

    in reply to: Bug/issue with rule in 4.253, worked in 4.250 #7085
    ErikT
    Participant

    Tested with v4.255 of DFFS frontend, v4.254 of DFFS backend, and spjs-utility 1.205.
    Checked with both IE and Chrome.

    The error is fixed, everything works fine.

    Thanks for a quick fix Alexander !

    in reply to: Bug/issue with rule in 4.253, worked in 4.250 #7076
    ErikT
    Participant

    Rolled back to 4.250 deleted the rule, saved the config. Verified that the config was updated, no rules for disp form anymore.

    Back in with unminified 4.253, same error.

    Deleted the DFFS config doc for disp form in SPJSDynamicFormsForSharePoint list.
    Same error when opening a list item, and the DFFS config link didn’t show..

    Checked that the content editor contained the same path to DFFS_frontend_CEWP.html for display form and new form /edit , everything checked out.

    in reply to: Bug/issue with rule in 4.253, worked in 4.250 #7074
    ErikT
    Participant

    I disabled the rule first in DFFS(check box)

    Then I added the content of the txt straight into min file for easy debug

    Still same error (even with a disabled rule).

    Se attached picture for line number errors.

    I will test with removing the rule alltogheter, if that doesn’t help I will delete the entire config doc

    in reply to: Bug/issue with rule in 4.253, worked in 4.250 #7071
    ErikT
    Participant

    Additional info:

    After reverting back to 4.250 I also deleted the rule and set up a new one (4.254 or 4.255 complained at the top of the browser about errors in config).
    Set up 4.253/54/55 again, but lo nuck. Rolled back to 4.250 once more, evrything worked fine again.

    FYI:
    The rule was set up to hide 3 fields, and run a JS function.

    But I assume the issue is with “Cannot use ‘in’ operator to search for” person in group name error msg.

    in reply to: DFFS v4.210 BETA #6974
    ErikT
    Participant

    Hi

    I have tested DFFS 4.210 beta 2.

    The issues With using “Insert > Link > From SharePoint” in RT fields (halting further DFFS operation / Jquery plugins) has been solved in this version.

    Tested and confirmed OK With both IE 11 and Chrome.

    in reply to: Error in DFFS, when open form on mobile devices #6590
    ErikT
    Participant

    Setting the field “Defer loading of DFFS” to 500 solved my issue with the Person field.

    Thank you for the quick support !

    in reply to: Error in DFFS, when open form on mobile devices #6566
    ErikT
    Participant

    Addintional note:
    In Chrome(newest version) I get the
    [InternalFieldNameWhichIUse]: The people picker is not ready! You must delay the function call likt this: ExecuteOrDelayUntilScriptLoaded(function(){/*Your code here*/},’sp.ribbon.js’);

    Possible a cross browser issue ?

    BTW : The People/group field has choice “People Only”

    in reply to: Error in DFFS, when open form on mobile devices #6565
    ErikT
    Participant

    I had the same error message, and thought at first there was a DFFS issue.
    After some debugging and searching I thought that Sharepoint probably was to blame.

    The July 2014 CU for Sharepoint 2013 introduced a bug with people picker (comma in user name).
    See info for description, workarounds and fix info.

    BUT:
    For regular list the people picker now works correctly, lists with DFFS enabled still has the same error (Loading …, message This took forever, read-only field is editable and sometimes blanked out

    So at the moment I have the following issue
    DFFS – Error with IE 9 , IE 11 works fine (regular desktop, running Win7).
    Level of access isn’t a factor anymore, was before (September CU fixed this)

    Plattform : Sharepoint 2013 on-premise
    Trigger : field is equal to (value, choice field)

    Some debug info from IE:
    File: spjs-utility.js, Line: 652, Column: 7
    SCRIPT5007: Unable to get property ‘GetControlValueAsJSObject’ of undefined or null reference

    Line 652:
    $.each(SPClientPeoplePicker.SPClientPeoplePickerDict[thisField.find(“div.sp-peoplepicker-topLevel”).attr(“id”)].GetControlValueAsJSObject(),function(i,o){

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