0

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

enter image description here

5

1 Answer 1

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

7
  • In mobile forms, after I create the activity and the note, I do not see where I can attach a file.
    – Pliskin
    Commented May 9, 2020 at 22:38
  • @Pliskin, pls check this thread for clarity - community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/… Commented May 10, 2020 at 1: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
    Commented May 11, 2020 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 Commented May 11, 2020 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
    Commented May 12, 2020 at 13:05

Not the answer you're looking for? Browse other questions tagged or ask your own question.