Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Demian Adolfo Raschkovan committed Oct 14, 2017
2 parents 85d4fae + 4c25c78 commit 6163d89
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

2 changes: 1 addition & 1 deletion docs/Force Calculate Rollup Field.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file modified docs/Home_wf1_40.png
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_42.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/String Functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ The Output Parameters are:
* TrimmedText
* RegexSuccess
* RegexText
* Uppercase Text
* Lowercase Text


![](string%20functions_33.png)
Binary file added docs/string functions_33.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 6163d89

Please sign in to comment.