Hi all,
I'm working on a custom SharePoint integration. I turned on the document and installed List component in SharePoint. I'm creating a workflow to create document location and folder and subfolder structure in SharePoint. This workflow is trigger on create of a record. Because of this, every record have a document location on SharePoint. However, client only want a certain type of record has document location, not all of them. How can I do it ? If I didn't create document location for a record, user could click on document tab and it trigger the build-in SharePoint integration and I don't want that.
How can I trigger the my custom workflow when user click on Document tab ?
Thanks