Skip to content
#

vsts

Here are 327 public repositories matching this topic...

DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.

  • Updated Oct 22, 2018
ghost
ghost commented Nov 23, 2020

I try migrate rule from the old Aggregator plugin. This rule aggregate effort from children to parent.

When a item has children, the effort fields is read only by custom Hosted XML process rule (fields["MyOrg.HasChildren"] == "true").

The Aggregator rule is 3 step

  1. Set the field "MyOrg.HasChildren" to empty
  2. Set effort value
  3. Set the field "MyOrg.HasChildren" to true

This is the

Improve this page

Add a description, image, and links to the vsts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vsts topic, visit your repo's landing page and select "manage topics."

Learn more