Ivan Wilson

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • in reply to: vLookups intermittent issue #36620
    Ivan Wilson
    Participant

    And the answer was read access to the SPJS_vLookupSettings list

    in reply to: vLookups intermittent issue #36618
    Ivan Wilson
    Participant

    We are experiencing this issue for a user that has read access to the configuration list. It is happening on a vLookup to a folder in a document library. The user can access the document library folder.

    The dev tools has one 404 error, but that is for their profile photo (Request URL: https://graph.microsoft.com/v1.0/users/redacted/photo/$value). Everything else is 200.

    in reply to: DFFS not loading on a list for some users #36514
    Ivan Wilson
    Participant

    That does look like it is the issue, thanks Alexander

    Ivan Wilson
    Participant

    Thanks Alexander

    in reply to: DFFS Going Modern? #35760
    Ivan Wilson
    Participant

    I see that SPFX 1.15 is going to preview support for controlling the rendering of new, edit and view forms for list (and library) items:

    This sounds like a great way of getting DFFS into modern lists. Have you had a chance to look into this yet?

    Ivan

    in reply to: How to identify an invalid people picker value #34602
    Ivan Wilson
    Participant

    Perfect, thanks Alexander

    in reply to: Stuck loading #34519
    Ivan Wilson
    Participant

    Here’s the HTML. Nothing stands out to me as an obvious issue

    
    
    <div class="ExternalClassAE56FDE76E1442AFACD547E287A7ED5E">
        <p>Please contact the team member, them change the details to 'yes' and then please resubmit the request,
            thanks.<br></p>
        <div>
            <table class="ms-formtable dffs_dispform" border="0" cellpadding="0" cellspacing="0" width="100%"
                role="presentation" style="margin-top:8px;width:auto;">
                <tbody>
                    <tr class="spjs_formtable_row">
                        <td valign="top" class="ms-formbody" width="350px">
                            <div>
                                <div>
                                    <div class="ExternalClassD571022CCC384D9EBC038E65EE9A9331">
                                        <p>Please contact the team member, then change the details to
                                            'yes' and then resubmit this request,<br><br></p>
                                    </div>
                                </div>
                            </div>
                        </td>
                    </tr>
                </tbody>
            </table><br>
        </div>
        <div>
            <table class="ms-formtable dffs_dispform" border="0" cellpadding="0" cellspacing="0" width="100%"
                role="presentation" style="margin-top:8px;width:auto;">
                <tbody>
                    <tr class="spjs_formtable_row">
                        <td valign="top" class="ms-formbody" width="350px">
                            <div>
                                <div>
                                    <div class="ExternalClassD571022CCC384D9EBC038E65EE9A9331">
                                        <p>Please contact the team member, then change the details to
                                            'yes' and then resubmit this request, thanks.<br></p>
                                    </div>
                                </div>
                            </div>
                        </td>
                    </tr>
                </tbody>
            </table><br>
        </div>
        <p><br></p>
    </div>
    in reply to: Stuck loading #34511
    Ivan Wilson
    Participant

    Thanks Alexander, the issue was with HTML in a rich text field. I tried v4.4.5.30, but we got the same issue. We have switched the field to plain text.

    Ivan Wilson
    Participant

    Thanks Alexander. The odd thing we have noticed is that in the top level site collection, users do not need read access to the web for the lists.asmx, but they do need it in a site collection under the /sites/ path. I’m not sure if it is something weird in this environment or root site collections behave differently. I have compared the site collection properties in PowerShell, but they are set up the same.

    in reply to: SPJS-Lookup v1.1.12 not firing Change rules #22636
    Ivan Wilson
    Participant

    Thanks Alexander, works great

    in reply to: SharePoint online require.js #22571
    Ivan Wilson
    Participant

    Thanks Alexander,

    I ended up using SP.SOD.executeOrDelayUntilScriptLoaded and SP.SOD.executeFunc to handle the loading of the custom JS file at runtime. I believe this similar to the require.js functionality

    Ivan

    in reply to: SharePoint online require.js #22134
    Ivan Wilson
    Participant

    I’m experiencing an issue along these lines with jquery-ui.js and third party code in SharePoint Online. I’m including files at the top of the Custom JS tab. Most of the time, everything works, but every now and then the DFFS form throws the error:

    TypeError: jQuery(…) addres is not a function

    Any idea how I can work around this?

    Ivan Wilson
    Participant

    Fixed. It wasn’t any issue with DFFS. It was an issue with permissions to a list that has a lookup to the list that had this issue. The lookup column had enforce relationship behavior – cascading deletes configured.

    in reply to: SPJS-CASC Filter Options #20494
    Ivan Wilson
    Participant

    Hi Alexander, I think there is an issue with the updated code if you use the standard filter criteria. The error appears in line 184 in the call to spjs.casc.init:

    `var c, s, err = false, camlFilter = b.filter.charAt(0) === “<” ? true : false;

    the b variable contains an object, which seems to fail on the b.filter.charAt(0) statement.

    in reply to: SPJS-CASC Filter Options #20481
    Ivan Wilson
    Participant

    Thank you Alexander, that works perfectly.

Viewing 15 posts - 1 through 15 (of 29 total)