Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Demian Adolfo Raschkovan committed Jan 13, 2019
2 parents 2d2c4c1 + 78075f8 commit 7e4d658
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/MapMultiSelectOptionSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ To use this activity, you just need to select the **MapMultiSelectOptionSet** op

Then, you need to specify the following parameters:

![](MapMultiSelectOptionSetInputProperties.png)
![](SetMultiSelectOptionSetInputParameters.png)

* **Source Record URL (required)** : Dynamics URL of the record whose multi-select option set attributes will be copied from. Notice the Dynamics workflow designer allows you to create this URL easily for the accessible entities in the workflow context.
* **Source Attributes: (required)** : list of attributes separated by comma to be copied.
* **Target Record URL (required)** : Dynamics URL of the record where the attributes will be copied to.
* **Target Attributes: (required)** : list of attributes separated by comma where the original values are copied to. For the mapping to be correct, **the order needs to be the same as the Source Attributes**.
* **Keep Existing Values (optional)**: indicate if the existing selected values in the target multi-select optionset attribute will be maintained. By default, it will remove the existing values and assign the new ones given by the argument "Attributes Values".
* **Fail on Exception (optional)** : this is a secondary attribute which allows you to indicate if the activity will throw an exception if something goes wrong or it will just return the error in an output parameter.

You can also find an example in this article:
Expand Down
1 change: 1 addition & 0 deletions docs/SetMultiSelectOptionSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Then, you need to specify the following input parameters:
* **Target Record URL (required)** : URL of the record to be updated.
* **Attribute Name: (required)** : logical name of the attribute to be updated.
* **Attribute Values: (required)** : option set values to be set. They should be **separated by comma**. In case you want to **clear the values**, just use an **empty string like “”**. See an example below.
* **Keep Existing Values (optional)**: indicate if the existing selected values in the target multi-select optionset attribute will be maintained. By default, it will remove the existing values and assign the new ones given by the argument "Attributes Values".
* **Fail on Exception (optional)** : this is a secondary attribute which allows you to indicate if the activity will throw an exception if something goes wrong or it will just return the error in an output parameter.

You can also find an example in this article:
Expand Down
Binary file modified docs/SetMultiSelectOptionSetInputParameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e4d658

Please sign in to comment.