Answered by:
make a new entity and assoicate it with account and an attached file

Question
-
Hi
I am gonna make a new entity in Dynamic CRM and associate it with account/contact.
Every record in this entity has a attached file
Is it possible ? Are there any resources or samples for that?
Regards
Saturday, March 30, 2013 8:44 AM
Answers
-
Hi,
If you enable notes for that entity, you could attach lots of files to that record. To enable note on an entity go settings > customization > customize the system > the desired entity > check the notes box.
The last question is not clear, but I think you are trying to do the attachment and download with a plugin. Am I wrong?
If I assume this, refer to this link about downloading attachments from records:
And for attaching files refer to:
Also have a look at the SDK. You could find good samples.
BTW, about the associations you could create 1:N relations from/to your custom entity.
Hope this helps you countryman! ;)
If the answer helped you, remember to mark it as answer.
- Edited by Payman BiukaghazadehEditor Saturday, March 30, 2013 9:25 AM
- Proposed as answer by Payman BiukaghazadehEditor Saturday, March 30, 2013 11:49 AM
- Marked as answer by persian developer Saturday, March 30, 2013 4:57 PM
Saturday, March 30, 2013 9:23 AMModerator
All replies
-
Hi,
If you enable notes for that entity, you could attach lots of files to that record. To enable note on an entity go settings > customization > customize the system > the desired entity > check the notes box.
The last question is not clear, but I think you are trying to do the attachment and download with a plugin. Am I wrong?
If I assume this, refer to this link about downloading attachments from records:
And for attaching files refer to:
Also have a look at the SDK. You could find good samples.
BTW, about the associations you could create 1:N relations from/to your custom entity.
Hope this helps you countryman! ;)
If the answer helped you, remember to mark it as answer.
- Edited by Payman BiukaghazadehEditor Saturday, March 30, 2013 9:25 AM
- Proposed as answer by Payman BiukaghazadehEditor Saturday, March 30, 2013 11:49 AM
- Marked as answer by persian developer Saturday, March 30, 2013 4:57 PM
Saturday, March 30, 2013 9:23 AMModerator -
Actually as for every account you can attach file(s) i want also want this for my new entity,
p.s: is it possible to have entity generate unique int number for each record automatically ?
Saturday, March 30, 2013 10:49 AM -
So, go to the mentioned path for the new entity and enable note for it. Then, you could attach files to the records.
For auto numbering download this plugin. This solution is also is an advanced auto numbering. I prefer the plugin!
If the answer helped you, remember to mark it as answer.
- Proposed as answer by Payman BiukaghazadehEditor Saturday, March 30, 2013 11:47 AM
Saturday, March 30, 2013 11:47 AMModerator