Skip to content

Commit

Permalink
Merge branch 'master' into Nava_fixerrors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nkrb committed Jul 14, 2020
2 parents 28dba11 + 747583c commit 84f705c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Binary file not shown.
13 changes: 13 additions & 0 deletions ai-builder/starter-kit/invoice-processing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# AI Builder Invoice Processing Automation Starter Kit

AI Builder Invoice Processing Automation Starter Kit is a reference implementation of invoice processing automation provided by Microsoft to bootstrap your implementation.

This is an installation package including two Power Automate flows orchestrating the processing of invoices with AI Builder, several Common Data Service entities to store the information, a role and a Power App to customize the starter kit and monitor the processing and edit missing or inaccurate extracted data. This is a role-based solution with ability isolate data by region.

We have also included a connector to invoices received by email, but you can enhance it with any connectors supported by Power Automate.

The starter kit is also available on Microsoft AppSource: <https://appsource.microsoft.com/product/dynamics-365/mscrm.aibuilder_invoiceprocessing_starterkit>

**Learn more:**

[Invoice processing automation starter kit user guide](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE4vlqW)
4 changes: 2 additions & 2 deletions cds/orgsvc/C#/AssociateSecurityRoleToTeam/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Associate security role to a team

This sample shows how to assign a security role to a team by using the [AssignRequest](https://docs.microsoft.com/dotnet/api/microsoft.crm.sdk.messages.assignrequest?view=dynamics-general-ce-9) message. Note that this example does not take into consideration that a team or user can only be assigned a role from its business unit. The role to be assigned is the first from the collection that is returned by the RetrieveMultiple method. If that record is from a business unit that is different from the requesting team, the assignment fails.
This sample shows how to associate a security role to a team by using the [AssociateRequest](https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.messages.associaterequest?view=dynamics-general-ce-9) message. Note that this example does not take into consideration that a team or user can only be associated to a role from its business unit. The role to be associated is the first from the collection that is returned by the `RetrieveMultiple` method. If that record is from a business unit that is different from the requesting team, the association fails.

## How to run this sample

See [How to run samples](https://github.com/microsoft/PowerApps-Samples/blob/master/cds/README.md) for information about how to run this sample.

## What this sample does

The [AssignRequest](https://docs.microsoft.com/dotnet/api/microsoft.crm.sdk.messages.assignrequest?view=dynamics-general-ce-9) message is intended to be used in a scenario where it contains data that is needed to assign the specified record to a new owner (user or team) by changing the OwnerId attribute of the record.
The [AssociateRequest](https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.messages.associaterequest?view=dynamics-general-ce-9) message is intended to be used in a scenario where it contains data that is needed to create a link between records.

## How this sample works

Expand Down

0 comments on commit 84f705c

Please sign in to comment.