Has anyone had any success using IPA to attach documents and have them display in Mingle Inbox and/or "My Notifications"? I know I can attach a document via email node, however, user doesn't want attachments in email.
If the docs are stored in Landmark then you could certainly provide a link to a list of attachments or the form giving access to it/them. Where are they stored exactly?
If you store the document in a ReportDocument record you can then create UserReport records (that reference the ReportDocument) for each user that needs the document and they will see them in their print files. The UserReport creation may automatically also create a notification, but if not you can also manually create the UserNotifications in the IPA flow as well.You could probably also do something similar storing the Document in IDM with API calls, but I haven't tried that before.
The flow is creating the document that is being written to PfiFileStorage and was looking to attach that file and send to user Inbox/My Notifications. User does not want attachment being emailed due to employee data.