Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Demian Adolfo Raschkovan committed May 1, 2019
2 parents 925c33c + af8221f commit f57f2d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To see how to use each of the tools includes in this solution, please access to
* 70 [Map Multi Select OptionSet](/docs/MapMultiSelectOptionSet.md) Thanks to [Ramon Tebar](https://github.com/rtebar)
* 71 [Set Multi Select Option Set](/docs/SetMultiSelectOptionSet.md) Thanks to [Ramon Tebar](https://github.com/rtebar)
* 72 [Delete Record Audit History](/docs/DeleteRecordAuditHistory.md)
* 73 [Concatenate from Query](/docs/ConcatenateFromQuery.md)
* 73 [Concatenate from Query](/docs/ConcatenateFromQuery.md) Thanks To [Raj](https://github.com/rajrao)

NOTE ABOUT CDS: The CDS Version not include all the actions, because it requires the entities "lead, salesliterature, list" not included in CDS. The Actions not included in the CDS Version are:

Expand Down
3 changes: 1 addition & 2 deletions docs/Clone Children.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ The full params description is:
* **Prefix (optional)** : the prefix will be addedd at the name attribute of the clonned record.
* **Fields to Ignore (optional)** : the list of attributes you want to ignore in cloning, separate by ";" (in lowercase)

* **Output parameter: Cloned Guid** : the string with the GUID of the new record, you can use it like this:
![](Clone%20Children_2.gif)


Note: The Record URL, is a standard feature of Dynamics CRM, that contains the full URL of a record. In this URL you have the entity type, and the record GUID. Right now this is the only way we have to pass a "Dynamic" EntityReference (with not hard coding an entity type) to Workflows Activities. If you pass this string URL as a parameter, in the Workflow Activity you can retrieve this entity Reference.
1 change: 1 addition & 0 deletions docs/String Functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The Output Parameters are:
* RegexText
* Uppercase Text
* Lowercase Text
* Without Spaces


![](string%20functions_33.png)

0 comments on commit f57f2d1

Please sign in to comment.