MikeS

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 157 total)
  • Author
    Posts
  • MikeS
    Participant

    This is a custom list. All fields were created in this list. Nothing special.

    I have numerous other lists (all custom lists, no site columns) in which I experience this same problem. This is just a simple custom list that I set up.

    SP 2013 treats calculated columns and lookup columns different than plain text. Any relation to this? Why would it work and then not work?

    If I ignore the red warnings about missing fields the forms continue to display the calculated and lookup associated field columns and the forms function as needed. However, once I make mods to the forms in the DFFS backend I must reinitialize to ensure the fields reappear and I must reinsert the fields in the right Tabs. A recurring nuisance at this point.

    Are you unable to recreate?

    Mike

    MikeS
    Participant

    No, the screenshots above are the total number of columns. One lookup field and one calculated field.

    MikeS
    Participant

    Attachment 2 lists all fields. Note that Cal_123 (calculated field) and ProdPhaseName:LRIP (associated lookup field) are shown and are part of my Tabs.

    Attachment 3 is taken after I exited the DFFS backend. Closed the browser and re-opened. Now these two fields are missing from the Fields tab and I get the red warnings.

    in reply to: Set field value based on other field #22621
    MikeS
    Participant

    Thanks for the tips Keith. Your First Idea worked great once I built up the nested statements in the Calculated Column. A SPD 2013 workflow isn’t suitable as we bulk load data via Access nightly and workflows can fail to keep up (with unpredictable results).

    in reply to: Slow load time, edit form #22608
    MikeS
    Participant

    As a point of interest, I have moved from using IE 11 to Firefox 60.x browser in order to speed load times on edit or new forms with serious lookups. This has decreased load times by 90% (from 3:15 to 0:20).

    The edit form with the 3 minute load in IE uses DFFS (for a 47,000 item lookup) and SPServices (needed this for SharePoint OOTB lookup links and reverse proxy) to load a combined total of 67,000 items among three different dropdowns. Firefox Quantum’s superior rendering engine makes the load time tolerable.

    in reply to: Set field value based on other field #22550
    MikeS
    Participant

    Much appreciated Keith. Your tips enabled me to write a custom JS function for DFFS that works great when using the forms.

    However, is there a way to have custom JS loaded vis DFFS work in SharePoint 2013 Quick View (aka Data Sheet)? My users work in that view frequently to quickly enter data and the custom JS does not work as you move from row to row.

    Any way to just load the JS outside of DFFS when in Quick View?

    Thanks

    in reply to: Add days to a date field #22490
    MikeS
    Participant

    The Custom JS above works great with a very similar requirement we had: enter a single date and have 13 other date fields change to 13 different dates when form is saved.

    Thanks Alexander.

    in reply to: Associated Lookup Fields missing from DFFS List of Fields #22449
    MikeS
    Participant

    I re-saved all forms (Display, Edit, New) in the DFFS Backend version 4.4.3.54 and eliminated the cross-version last saves. Now all associated fields appear in the Fields list and I can use them in the Tab selection. Working as it should. No further action needed.

    in reply to: Associated Lookup Fields missing from DFFS List of Fields #22447
    MikeS
    Participant

    Yes, the missing fields are showing in the Display form back end.

    in reply to: Refresh cascade when a new item is added #22197
    MikeS
    Participant

    My lookup list exceeds the SharePoint Threshold Limit of 15,000 records (in-house limit) which made your DFFS Cascading dropdown REST API solution so valuable as it works with almost any amount (46,000 records at this point!).

    Unfortunately, SPServices (which we used previously) is constrained by the same Threshold Limit. I thought you might have a custom Javascript solution similar to the vlookup solution you posted above.

    Mike

    in reply to: getItemsREST Error: Internal Field Name #22164
    MikeS
    Participant

    v7.0.0.8 of SPJS Charts released Sept. 20 fixed the error from date fields beginning with an underscore. Nice job Alexander. Thank you.

    Mike

    in reply to: getItemsREST Error: Internal Field Name #22129
    MikeS
    Participant

    The fields that throw the errors are used in the Datatable fields (see Fig. 4). A code fix would be very appreciated. I’ll be happy to test it for you.

    Mike

    in reply to: Refresh cascade when a new item is added #22127
    MikeS
    Participant

    No problem. Here’s an expanded description.

    I have two lists related by Cascading dropdowns v3.7.22 in DFFS. There is a field in the lookup list from which I select a value using a pulldown in the current list. Since these are all text fields, and do not use the SharePoint OOTB lookup capability, there is no active link between the two lists. This means that when the value I selected from the lookup list is changed in the lookup list it is not automatically changed in the current list. I would need to de-select and re-select the lookup value in the current list pulldown to refresh it.

    I would like the value selected from the dropdown in the current list to change to the updated value, i.e., automatically reflect changes in the lookup list (basically operate as the OOTB SharePoint lookup functionality)

    Thanks for your help.

    in reply to: Refresh cascade when a new item is added #22064
    MikeS
    Participant

    I’d like to have this same functionality with DFFS Cascading Dropdowns, i.e., the cascade field AND associated cascade fields refresh when the lookup list item is updated.

    in reply to: Display duplicate values in lookup list #21968
    MikeS
    Participant

    We will approach this another way, by concatenating two fields, and using that for the lookup. No further action needed.

    Regards,
    Mike

Viewing 15 posts - 136 through 150 (of 157 total)