Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TomProkop committed Jun 12, 2024
1 parent d3a09ca commit 5fa02e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dotnet new pp-solution `
Create a new *standard* table:
```console
dotnet new pp-entity `
--output "src/Solutions.Model" `
--Behavior New `
--PublisherPrefix "tom" `
--LogicalName "location" `
Expand All @@ -49,6 +50,7 @@ dotnet new pp-entity `
Create a new *activity* table:
```console
dotnet new pp-entity `
--output "src/Solutions.Model" `
--EntityType "Activity" `
--Behavior "New" `
--PublisherPrefix "tom" `
Expand All @@ -63,6 +65,7 @@ dotnet new pp-entity `
Add an existing *custom table* to a solution:
```console
dotnet new pp-entity `
--output "src/Solutions.Presentation" `
--Behavior "Existing" `
--PublisherPrefix "tom" `
--LogicalName "shiftevent" `
Expand All @@ -74,6 +77,7 @@ dotnet new pp-entity `
Add an existing *system table* to a solution:
```console
dotnet new pp-entity `
--output "src/Solutions.Presentation" `
--Behavior "Existing" `
--IsSystemEntity "true" `
--LogicalName "account" `
Expand Down

0 comments on commit 5fa02e7

Please sign in to comment.