Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created an example project on how to use PowerFx in Dynamics 365 Finance and Operations #53

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing company in example url
downarowiczd committed Nov 24, 2023
commit 3a28e50cbe291a15e2d1d87c5775815f19bfe6ee
2 changes: 1 addition & 1 deletion Samples/Dynamics365FODemo/README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Additionally the custom function **ThrowError("...")** has been added to PowerFx
# Deploy and demo usage
In the folder **DeployablePackage** is a ready to deploy package for D365F&O works. Can be deployed like any other package for D365F&O. To run the demo script you then only need to call the **SysClassRunner** in the URL.

**Example: https://<your F&O url>/?cmp=<legal entity>&mi=SysClassRunner&cls=PowerFxDemoRunnable**
**Example: https://<your F&O url>/?cmp=USMF&mi=SysClassRunner&cls=PowerFxDemoRunnable**

# Build
If you want to build the project by yourself on a cloud-hosted environment or local VHD image, do not forget to use the registerSymbolicLink.ps1 to link the Metadata folder to the AosService/PackagesLocalDirectory of the machine. You can also build the project on a new [Unified Experience environment](https://learn.microsoft.com/en-us/power-platform/developer/unified-experience/finance-operations-dev-overview). (2023-11-24: Unified experience environments are in preview and some features might not work).