简体   繁体   中英

Dynamics CRM 365 Changing Sales Stage on Opportunity stopped working

Users of our Dynamics Crm Application (8.2 onPrem) claim that since a couple of weeks ago it does no longer work to change the Sales Stage on Opportunity by clicking the stage.

It seems as if clicking on a stage makes the stage "marked" and it appears selected bu when closing and reopening the opportunity it is still in the previous stage.

However, clicking on "Next Stage" still seems to work. By clicking "Next Stage" the stage becomes marked (just like when clicking directly on the stage) but this time, when closing and reopening the case, the selected stage is correctly displayed.

We have a javascript function hooked up on the onStageChange event ( Xrm.Page.data.process.addOnStageChange(onStageChange);) and I can see that this function is executed when clicking "Next Stage" but not when clicking directly on the stage.

Has anyone encountered this problem and have an idea of what could be wrong?

在此处输入图片说明

There is a difference between selecting a stage and changing stage . You are explaining the expected functionality. The stage does not change by simply selecting another stage. For this you have to select a previous stage and click Set Active , or click previous/next stage.

Do you have any custom logic inside your onStageChange -handler that has possibly stopped working?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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