-
Notifications
You must be signed in to change notification settings - Fork 16
Console Project Template
PhuocLe edited this page Sep 28, 2023
·
10 revisions
- Console app project with a ready
AppSettings.Serviceconnection that you can use- Ready to run the console app with method
CheckWhoAmI()to checkAppSettings.Serviceconnection
- 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 Dialogtype, every time the console app run it ask you login to the instance byOOB SDK Control Login Dialog -
Others connection type, theusername,passwordsavedwithout encrypttoApp.configfile, because when the console app run, it use these values to connect to the instance.
We
recommendyou useClientSecretconnection 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

