简体   繁体   English

如何在Dynamic CRM 2013中更改或添加状态名称-机会实体

[英]How to change or add Status names in dynamic crm 2013 - Opportunity entity

I would like to change Status names of opportunity entity and add another status. 我想更改机会实体的状态名称并添加另一个状态。

Is it possible to do without programming ? 不编程就可以吗? There are some tools for doing it? 有一些工具可以做到吗?

If not possible without programming can someone post a reference how to do it ? 如果没有编程就不可能有人可以发布参考该怎么做? I know some C# code. 我知道一些C#代码。

Thanks 谢谢

For the opportunity entity the Status values are Open, Won, Lost and these cannot be changed. 对于商机实体, Status值是“打开”,“赢得”,“丢失”,并且这些值无法更改。

For each Status there is one or more Status Reason which you can update, delete or add new values to as required. 对于每个Status都有一个或多个Status Reason ,您可以根据需要更新,删除或添加新值。

Note that the attribute names for State and Status Reason are statecode and statuscode respectively when you're looking at the entity in customisations. 请注意,属性名StateStatus Reasonstatecodestatuscode分别当你看着的定制实体。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM