cancel
Showing results for 
Search instead for 
Did you mean: 

Download all attachments in Work Manager

Former Member
0 Kudos

Hi,

I am trying to implement an enhancement to download attachments for a work order in Work Manager all at once.

I could send the push request in a bundle, however, the http callback returns one by one, which starts the document push one by one and "confirmations - You have received document(s)" popup one after another on the device. I need to send the request all at once and user gets confirmation once all documents are downloaded.

Any ideas or better ways of doing that?

Thanks.

Kevin Hu

Accepted Solutions (0)

Answers (2)

Answers (2)

i834235
Product and Topic Expert
Product and Topic Expert
0 Kudos

kevin,

What version of Work Manager are you using ?   Document download functionality which is on on-demand basis is already supported by Work Manager 6.X on wards.   Please review your  requirement and try to  use existing functionality.

Thanks

Manju.

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Kevin,

Are you trying to do this on demand or as part of the work order download process.

If you are doing it as part of the download you could consider modifying the fetch process to download the documents as part of the work order fetch.

--Bill

Former Member
0 Kudos

I am not considering to fetch all documents during download. It may cause longer sync time.

On-demand is first choice, background sending is second.