HYM

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 73 total)
  • Author
    Posts
  • in reply to: Buttons on top #28627
    HYM
    Participant

    what i am tryin to achieve here alex is to add 3 buttons net to each other on top (submit,draft,cancel) and also i need to add the next and previous tab buttons on top.
    so now in this way the buttons will be under each other i need to use append/prepend and not .before.

    in reply to: Buttons on top #28625
    HYM
    Participant

    okay, thank you so adding the button before the tabWrapper is the best option. If we need to add the cancel button also on top which function should we use onclick ?

    in reply to: Buttons on top #28621
    HYM
    Participant

    I need to set the buttons over the tabs not side by side with the title field.

    in reply to: Choice Menu Radio Buttons #28611
    HYM
    Participant

    set the radio buttons horizontally.

    in reply to: Choice Menu Radio Buttons #28604
    HYM
    Participant

    hi alex i am using dffs v4.4.4.0 and this option is not available can you send me the script i don’t want to update dffs at the moment.

    in reply to: vLookup Document Link #28553
    HYM
    Participant

    alex don’t bother yourself with the error i found the issue any hint on versionning?

    in reply to: vLookup Document Link #28551
    HYM
    Participant

    yes on new form. and i want to know how we can solve the versioning issue if i don’t want to replace a document with an existing one with the same name.

    in reply to: vLookup Document Link #28546
    HYM
    Participant

    Hi Alex it worked with the fileLearef but check the screenshot pls why this error is appearing?

    in reply to: vLookup Document Link #28534
    HYM
    Participant

    So I have to use the fileleafref to make my title clickable? I don’t want to show the whole url I just want to make the document title href. I will check if I am using old version of Dffs.

    in reply to: vLookup Document Link #28521
    HYM
    Participant

    Will share you a screenshot tomorrow but it’s like a normal vlookup with view and edit buttons but when is set it as readonly the user cannot access the document I just need to make the title clickable so he can view/download it.

    in reply to: vLookup Document Link #28517
    HYM
    Participant

    I want to make the title clickable and redirect the user to the document or open the document in new browser tab.

    HYM
    Participant

    HI alex any update please on this?

    in reply to: Using opening links using document library feature #27252
    HYM
    Participant

    hi, can you please share the script?
    thank you

    in reply to: Custom Save Button #26758
    HYM
    Participant

    yes, but this option will not help me in my case because i have 2 buttons Submit and Save as Draft, and ofcourse the submit button is triggering the main sharepoint save button so if i want to update the request submitted field i have to do that by custom js and not When the form is saved rule.
    but what i faced here that if i am changing the Request Submit field value to false if the form is not saved i am loosing the functionality of a rule that’s checking the required fields when the Request Submit is true.

    in reply to: Custom Save Button #26754
    HYM
    Participant

    no what i am saying is that if the form is not saved because of some required fields should be filled and the submit button called a function to set some fields values we should reset these fields because the form is not saved.
    anyway i found a way to do that.

    
    
    function checkRequired() {
        $('.dffs-formvalidation').each(function(){
            if( $(this).val() == "" ){
              setFieldValue('RequesterSubmit','false');
            console.log("Test PAssed")
              return false;
            }
        });
    }
Viewing 15 posts - 16 through 30 (of 73 total)