0

Is it possible to upload attachments/files in the activity mobile forms (tasks, appointments etc) in Dynamics CRM?

enter image description here

Pliskin
  • 125
  • 2
  • 9

1 Answers1

0

Update:

The app in question is old version of Dynamics 365 for mobile app, which is retired now and modern UCI mobile app has better functionality.

———————————————————

You have to first create the activity record (task/appointment) before attaching files in Notes or attachment section, since they are child records and can be associated to parent activity record once the parent is created.

In other words, quick create or OOB create forms cannot furnish your requirement.

Alternately, you have to develop a custom HTML form where you can collect all the information and files, and then creating CRM records (both parent and child) on your own using CRM web api deep insert at one shot.

Read my SO answer

This is how UCI mobile App Notes section will look like:

enter image description here

  • In mobile forms, after I create the activity and the note, I do not see where I can attach a file. – Pliskin May 09 '20 at 22:38
  • @Pliskin, pls check this thread for clarity - https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/155131/attach-files-to-a-case-incident – Arun Vinoth-Precog Tech - MVP May 10 '20 at 01:45
  • Thank you, Arun, but I am looking for a way to attach files to activity/notes in MOBILE forms and I do not think it is possible. Thank you. – Pliskin May 11 '20 at 12:33
  • @Pliskin I know, I want you to understand that once Activity parent is created - then you can create the Child Note (annotation) including a file attachment. If you’re looking for subgrid in quick create form, that’s not possible. In Mobile form if it’s full entity form then possible. Adding screenshot will be helpful in your question – Arun Vinoth-Precog Tech - MVP May 11 '20 at 12:35
  • Thank you, Arun. What I am trying to explain is that in mobile when I create the Activity parent, and then create the annotation, there is no option to include a file attachment. – Pliskin May 12 '20 at 13:05
  • @Pliskin can you add screenshot to question?? – Arun Vinoth-Precog Tech - MVP May 12 '20 at 13:07
  • Hi Arun, I have added a screenshot of a sample mobile notes screen. As you can see, there is no option to add an attachment. – Pliskin May 13 '20 at 16:08