-
Notifications
You must be signed in to change notification settings - Fork 15
Console Project Template
PhuocLe edited this page Sep 28, 2023
·
10 revisions
- Console app project with a ready
AppSettings.Service
connection that you can use- Ready to run the console app with method
CheckWhoAmI()
to checkAppSettings.Service
connection
- Ready to run the console app with method
- Used for debug plugins/workflows
- Ready method
DebugPlugin()
to debugplugins/workflows
- Ready method
- If you use
OOB SDK Control Login Dialog
type, every time the console app run it ask you login to the instance byOOB SDK Control Login Dialog
-
Others connection type
, theusername
,password
savedwithout encrypt
toApp.config
file, because when the console app run, it use these values to connect to the instance.
We
recommend
you useClientSecret
connection type
New Project
> DynamicsCrm.DevKit
> 02. Console Project
[SolutionName].Console[.Name?]
ABC -> ACB.Console
ABC -> ABC.Console.BatchJobs (entered project name: BatchJobs)
ABC.DEF -> ABC.DEF.Console
ABC.DEF.IJK -> ABC.DEF.IJK.Console