Dynamics CRM New Feature (6): bussiness Flow contidtion & Branche (ii)

Source: Internet
Author: User

in the previous article, we discussed some of the configurable feature for business flow, so let's take a look at the programmable feature in business flow today. The new system provides us with a number of programming APIs that we can not program with the BF in Dynamics CRM 2013, and we believe that by using these feature well, we are able to develop more agile systems. Let's take a look at the API that the system provides for us:
1. OnChange & onselectedprovided 2 event hooks for us, but the only regret is that we can only add these corresponding functions by JS.
2.Navigation2 navigation functions are available: movenext,moveprevious. As the name implies, convenient to the BF navigation processing.
3.BF related programming typeson the client side, the new system provides us with 3 programming models: Process,stage,step. And we can use the API to get the current values of these models, and make specific business operations.

get Process:contentIFrame0.Xrm.Page.data.process.getActiveProcess ()get Stage:contentIFrame0.Xrm.Page.data.process.getActiveProcess (). Getstages ()get Step:contentIFrame0.Xrm.Page.data.process.getActiveProcess (). Getstages (). Get (0). Getsteps ()
Process
Stage
Step


??

Dynamics CRM New Feature (6): bussiness Flow contidtion & Branche (ii)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.