Hi,
The issue is Agentry related but just to put some context in it, I'm working in Work Manager 6.2 and I implemented the following note to be able to download documents via fetch instead of push: 2142473 - Ability to download documents synchronously in SAP Work Manager application
The note though it is made to just download the documents under request and I want to fetch them all (for notifications) during the transmit action.
What I do is after the main fetch I have another action looping over all the notifications with a subaction looping each document and calling the document link download fetch. It works fine, but it opens and closes the transmit screen each time for each document (SAP note is not prepared to work with multiple documents in a single call). So I just set the flag to hide the transmit screen and after that nothing works. I see the "transmit" popup in my iPad and when the 1 minute time out is reached then the transmit screen is displayed and only shows Logged in... text, but then it seems stuck
Any ideas why this is not working? Maybe because it is trying to call multiple transmits at the same time when "Hide" is set?