Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
demianrasko committed Jan 29, 2021
2 parents 32806c0 + 6b70f39 commit c0cfba9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ To see how to use each of the tools includes in this solution, please access to
* 75 [Create Team](/docs/CreateTeam.md)
* 76 [Get Option Set Value](/docs/GetOptionSetValue.md)
* 77 [Share Secured Field](/docs/ShareSecuredField.md) Thanks to [zhongchen zhou](https://github.com/zzc000)
* 78 [Set Lookup Field from Record URL](/docs/SetLookupFieldFromRecordUrl.md)
* 79 [Resolve Case](/docs/ResolveCase.md)
* 78 [Set Lookup Field from Record URL](/docs/SetLookupFieldFromRecordUrl.md) thanks to [beyro](https://github.com/beyro)
* 79 [Resolve Case](/docs/ResolveCase.md) thanks to [Chris Milton](https://github.com/ChrisMilton)



Expand All @@ -103,5 +103,5 @@ NOTE ABOUT CDS: The CDS Version not include all the actions, because it requires
- AddMarketingListToCampaign
- SalesLiteratureToEmail

![](docs/Home_wf1_54.gif)
![](docs/Home_wf1_61.gif)

4 changes: 3 additions & 1 deletion docs/ConcatenateFromQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For using this activity you must access here and select Concatenate from Query:


Parameters
![](ConcatenateFromQuery_2.png)
![](ConcatenateFromQuery_4.gif)

The full params description is:
* **FetchXML (required)** : The FetchXML Query. Specify the parent record ID in the fetch using the following template: {PARENT_GUID}. **{PARENT_GUID}** will be replaced at run time with the ID of the entity that triggered the workflow.
Expand All @@ -33,4 +33,6 @@ Example FetchXML (this is just an example to show how one can pull data from chi
dd-MM-yyyy for dates or
$#,##0.00 for money.

* **TopRecordCount (Optional)** : When not defined, it takes all records. If you want to limit the number of records, just put the number here

* **Output parameter: ConcatenatedString** : the concatenated string that can be used in steps that follow this workflow step.
Binary file added docs/ConcatenateFromQuery_4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/CountChildEntityRecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For using this activity you must access here and select the action:

An fill the parameters:

![](CountChildEntityRecord2.gif)
![](CountChildEntityRecord4.gif)

Finally, you can use the int Result of the app as you need:

Expand Down
Binary file removed docs/CountChildEntityRecord2.gif
Binary file not shown.
Binary file added docs/CountChildEntityRecord4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Home_wf1_61.gif
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 c0cfba9

Please sign in to comment.