crm dynamics 2016限制注释中的文件数 [英] crm dynamics 2016 limit the number of files in a note

查看:85
本文介绍了crm dynamics 2016限制注释中的文件数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将文件附加到该机会.我的问题是 可以更改便笺,以便只能附加一个文件,而不能附加多个文件吗?

I'm trying to attach a document to the opportunity. My question is Can the note be altered so that only one file can be attached and not several?

一些例子?

推荐答案

您可以在Annotation Create消息的Pre-operation阶段编写一个插件,以评估该机会和附件是否已经存在附件.通过抛出InvalidPluginExecutionException异常来停止执行.

You can write a plugin on Pre-operation stage of Annotation Create message to evaluate if there is an attachment already for that particular Opportunity & stop the execution by throwing InvalidPluginExecutionException exception.

每个Notes条目中只能附加一个文件.所以应该可以.

You can attach only one file in each Notes entry. So this should work.

这篇关于crm dynamics 2016限制注释中的文件数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆