Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Demian Adolfo Raschkovan committed Nov 1, 2017
2 parents e80d3b9 + 5ccef59 commit 297b1fa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ To see how to use each of the tools includes in this solution, please access to
* [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)
* [Calculate Price](/docs/CalculatePrice.md)

![](docs/Home_wf1_42.png)
![](docs/Home_wf1_43.png)

11 changes: 11 additions & 0 deletions docs/CalculatePrice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This step allows you to execute the custom CalculatePrice to entities like Opportunity, Quote, Order and Invoice.
First, you need to disable the OOBPriceCalculationEnabled parameter on System setting (System pricing calculation to No).
Second, you cand develop your own Plugin to make your pricing calculations, as explained in the SDK: https://msdn.microsoft.com/en-us/library/dn817877.aspx

For using this activity you mus access here and select Calculate Price action:

![](calculateprice1.png)

Then in the activity you can fill the parameters with the URL of the record:

![](calculateprice2.png)
Binary file added docs/Home_wf1_43.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/calculateprice1.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/calculateprice2.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 297b1fa

Please sign in to comment.