diff --git a/README.md b/README.md index 9e4f2a7..18d82ea 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/Clone Children.md b/docs/Clone Children.md index f783f44..7c7391b 100644 --- a/docs/Clone Children.md +++ b/docs/Clone Children.md @@ -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. diff --git a/docs/String Functions.md b/docs/String Functions.md index 3854f7d..bb20ea4 100644 --- a/docs/String Functions.md +++ b/docs/String Functions.md @@ -33,6 +33,7 @@ The Output Parameters are: * RegexText * Uppercase Text * Lowercase Text +* Without Spaces ![](string%20functions_33.png)