Skip to main content

Search

Drag & Drop attachments on a list

Comments

1 comment

  • Matthias_Walter

    Hi Sean Docherty

    in skybow rich forms we have a feature to add sub libraries to a form.

    http://www.skybow.com/hubfs/docs/o365/webframe.html#InsertSublibrary.html

     

    With this you can simply drag & drop multiple documents onto a form where the files are automatically organized in folders in the background. We don't use the attachment functionality there.

    The only limitation there is, that this is only possible on Display & EditForms, as there is no item created on a NewForm and we would need the ID to create the folder.

     

    With actions on the save button on the NewForm you can redirect automatically to the Display or EditForm after saving.

     

    You can use one of our functions to retrieve the ID of the recently created item by the current user in the list. Use the following snippet in the List Item Id field:

    [[@Web.GetFirstValueForQuery('Contacts', '<Where><Eq><FieldRef Name=Author LookupId=True  /><Value Type=User ><UserID/></Value></Eq></Where><OrderBy><FieldRef Name=Created Ascending=False /></OrderBy>', 'ID')]]

     

    Kind regards

    Matthias

    0

Please sign in to leave a comment.