diff --git a/README.md b/README.md index c5c739b..594429b 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ To see how to use each of the tools includes in this solution, please access to * [Insert Option Value](/docs/Insert%20Option%20Value.md) * [Delete Option Value](/docs/Delete%20Option%20Value.md) * [Sales Literature To Email](/docs/Sales%20Literature%20To%20Email.md) +* [Sales Literature To Email](/docs/Sales%20Literature%20To%20Email.md) +* [Send Email From Template To Users In Role](/docs/SendEmailFromTemplateToUsersInRole.md) +* [Send Email To Users In Role](/docs/SendEmailToUsersInRole.md) -![](docs/Home_wf1_40.png) +![](docs/Home_wf1_42.png) diff --git a/docs/Force Calculate Rollup Field.md b/docs/Force Calculate Rollup Field.md index 971ac35..ea95d86 100644 --- a/docs/Force Calculate Rollup Field.md +++ b/docs/Force Calculate Rollup Field.md @@ -10,7 +10,7 @@ The to use it, you will have a new Workflow Activity Action: Then you have to pass two parameters: ![](Force%20Calculate%20Rollup%20Field_workflow5.gif) -* FieldName: The Rollup field schema name of the parent entity. +* FieldName: The Rollup field Name of the parent entity. * Parent RecordURL: You must to select the Parent field called Record URL Note: The Parent Record URL, is a standard feature of Dynamics CRM, taht 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/Home_wf1_40.png b/docs/Home_wf1_40.png index 55b7deb..1b211c8 100644 Binary files a/docs/Home_wf1_40.png and b/docs/Home_wf1_40.png differ diff --git a/docs/Home_wf1_42.png b/docs/Home_wf1_42.png new file mode 100644 index 0000000..1b211c8 Binary files /dev/null and b/docs/Home_wf1_42.png differ diff --git a/docs/String Functions.md b/docs/String Functions.md index 47ef269..3854f7d 100644 --- a/docs/String Functions.md +++ b/docs/String Functions.md @@ -31,3 +31,8 @@ The Output Parameters are: * TrimmedText * RegexSuccess * RegexText +* Uppercase Text +* Lowercase Text + + +![](string%20functions_33.png) diff --git a/docs/string functions_33.png b/docs/string functions_33.png new file mode 100644 index 0000000..71b3a18 Binary files /dev/null and b/docs/string functions_33.png differ