Browse by Tags

All Tags » Destinations » activities   (RSS)
  • Resetting Destination Users on an activity

    All, Got a problem with some processes. We use a look-up to a SmartObject to identify Destination Users (by role and country data). This is working very well for us, however we've run into a problem when users change - especially when we running Mail events or Escalation mail events. Scenario: a process is running, and 4 destination users are ...
    Posted to General (Forum) by PaulShrimpton on November 6, 2008
  • Re: Default Escalation with custom code

    japergis:The reason why it is going to ApprovedStep is because it is the last line of code.  I think you need to do the following. for (int i = 0; i < K2.ActivityInstance.Destinations.Count; i++){  if (K2.ActivityInstance.Destinations[i].DataFields[''Action Result''].Value.ToString() == ''Declined'')  {    ...
    Posted to General (Forum) by hyankov on February 28, 2008