HYM

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 73 total)
  • Author
    Posts
  • in reply to: Date Field #29264
    HYM
    Participant

    attached screenshot of the date field format and it’s 1 day late

    Attachments:
    in reply to: Send vLookup data in a workflow email #29146
    HYM
    Participant

    Hi Alex, i am saving the vlookup data in a multi-line field in a list and i have a workflow generating a doc (word) in a doc library, the metadata of this doc are pulled from a list where i have the vlookup data in a multi-line text field. i need to save the table design in my word document cz now its just lines the design will be destructed.

    in reply to: Send vLookup data in a workflow email #29122
    HYM
    Participant

    Hi Alex, to send the vlookup data by email is working fine but if we need to generate a document including the vlookup report i am not able to save it as table in a word/excel document, the table format will change to text even if i set it as plain text. any idea?

    in reply to: DFFS Forms not Working #29049
    HYM
    Participant

    Hi Alex, after debugging the error and doing a deep investigations i have noticed that there is a service in SharePoint server called “Service Bus Message Broker” it’s responsible to communicate btw the SharePoint server and workflow manager server, this service was disabled somehow so when a spd2013 workflow is published on a list the save functionality on this list will not work properly and redirect you once u click on save, the item is created but the workflows will not be triggered. so to fix this issue i had to re-start the service and make sure it’s running.
    hope this info will help someone else!

    in reply to: DFFS Forms not Working #29045
    HYM
    Participant

    Hi Alex, this bug is still appearing! the forms worked after updating the servers but after 1 week this issue started to happen again. i am using spjs.dffs.triggerSave() to save the form.

    in reply to: vlookup search feature #28887
    HYM
    Participant

    for vLookupItems, the jquery datatable works fine but for the vLookupDocuments if you upload new document and the vLookup is refreshed the data will disappear and in the console we have an error “_DT_CellIndex” jqeury.datatable.min

    in reply to: vlookup search feature #28874
    HYM
    Participant

    Hi alex, the vlookup datatable worked fine but for vlookup documents when you click the manual refresh the vlookup disappear.

    in reply to: vlookup search feature #28869
    HYM
    Participant

    Okay thank you I will try this, and Alex if I want to check if the vLookup contains some folders, I tried the dataObj[] but its counting only the documents and not the folders. How can I check how many folders and items I have in the vLookup?

    in reply to: Redirect to edit form #28837
    HYM
    Participant

    Hi Alex i’ve fixed it with a workaround that you’ve shared before thank you

    in reply to: DFFS Forms not Working #28721
    HYM
    Participant

    Hi Aelx, i checked the console and if there is any required field hidden, but what i’ve found that when i click save the item is saved in the list but i am not redirected to the list and the workflows are not triggered on the created item!!
    what’s this bug?

    in reply to: Loader on Save #28682
    HYM
    Participant

    Yes ofc it’s the spjs.modal.Cancel, i thought that the dffs_presave action will be triggered with the validation thanks for make it clearer

    in reply to: Loader on Save #28661
    HYM
    Participant

    okay thanks, and if i need to close the dialog after spjs.dffs.triggerSave() is done?

    in reply to: Buttons on top #28655
    HYM
    Participant
    '<td class="ms-separator">&nbsp;</td><td class="ms-toolbar" noWrap=""><input id="custom_button" class="ms-ButtonHeightWidth" name="custom_button" type="button" value="Approve" onclick="custom_button();"/></td><td class="ms-separator">&nbsp;</td>'

    and for css to show on top:

    
    
    #listFormToolBarTop{
        display:block !important;
    }
    in reply to: Buttons on top #28641
    HYM
    Participant

    Actually I’m hiding the save button and creating my own buttons save as draft and submit but since I am adding them to the same section with the cancel button at the bottom of the page they will be visible also on top.

    in reply to: Buttons on top #28629
    HYM
    Participant

    Alex i fixed it don’t waste your time on this thread

    
    
    #listFormToolBarTop{
        display:block !important;
    }
Viewing 15 posts - 1 through 15 (of 73 total)