-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/demianrasko/Dynamics-365-…
- Loading branch information
Showing
5 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.