HYM

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 73 total)
  • Author
    Posts
  • in reply to: Custom Save Button #26739
    HYM
    Participant

    in case the form was not save because of some required fields how to reset these fields values?

    for example checkbox, was set to true when the button is clicked if the form is not save the checkbox should be set to false.

    • This reply was modified 4 years, 8 months ago by HYM.
    HYM
    Participant

    Hi Alex, when we make the vLookup field as read only the delete button will be clickable?

    in reply to: Delete vLookup Item #26224
    HYM
    Participant

    What i am modifying: dffsLoaderOverlayText and dffs_master_licensecode
    correct?

    in reply to: Delete vLookup Item #26216
    HYM
    Participant

    no errors found in the console!

    in reply to: Delete vLookup Item #26195
    HYM
    Participant

    okay thanks.
    For the new dffs version i am facing a problem with Dffs_loader and Dffs-loader_overlay.
    the license is not working and the logo of the loading form i’ve changed it before now is not working.
    any idea?

    in reply to: Delete vLookup Item #26191
    HYM
    Participant

    yes but why when i delete a vLookup item i will be redirected to another page? i want to stay on the parent item page.

    in reply to: Delete vLookup Item #26183
    HYM
    Participant

    check this Alexander, you shared with us this fix before i want to know if you’ve included this fix any new dffs version

    delete-child-item-in-dialog-without-refreshing-parent

    in reply to: View Office documents in browser #25804
    HYM
    Participant

    yes these 2 solutions worked fine i think now @wayne thompson can use one of them but i changed the second solution because it’s showing the file name with “%20…%20….” to look like this

    
    
    function openWordAndExcelFilesInBrowser1(a, item){
        var docName = item.get_item("FileLeafRef");
        var fullUrl = item.get_item("EncodedAbsUrl");
        
    	//var docName = fullUrl.substring(fullUrl.lastIndexOf("/") + 1);
    	return "<a href='"+fullUrl+"?Web=1' target='_blank'>"+docName+"</a>";
    }
    in reply to: Cascade (dynamic list selection) #25778
    HYM
    Participant

    Hi Alex, please check the attached png file.
    can we add this search option inside the choice field and not above of it?

    in reply to: View Office documents in browser #25776
    HYM
    Participant

    actually i didn’t put time on it but i don’t know how to get the UniqueID of the document. i was thinking to do an API call to get “ServerRedirectedEmbedUri” and use it.

    what do you think, any idea about how to find the UniqueID other than the API call?

    in reply to: View Office documents in browser #25754
    HYM
    Participant

    Alex what’s the difference btw Document “UniqueId” and “GUID”?

    in reply to: View Office documents in browser #25752
    HYM
    Participant

    Hi Alex, i think the issue here is with GUID, we should use the GUID of the item and not the List GUID.
    Correct?

    in reply to: Cascade (dynamic list selection) #25479
    HYM
    Participant

    what i am looking for Alex is to use the autocomplete option but i want also the field to contain data like a choice field
    can we do that?

    in reply to: Cascade (dynamic list selection) #25452
    HYM
    Participant

    check please the screenshot is an example

    in reply to: Cascade (dynamic list selection) #25450
    HYM
    Participant

    Alex i found a way to do that thank you.

    but i want to know if we can make the field searchable also i want to add search option to any choice or cascade field

Viewing 15 posts - 31 through 45 (of 73 total)