Skip to content

Instantly share code, notes, and snippets.

@emregulcan
Last active March 11, 2019 12:18
Show Gist options
  • Select an option

  • Save emregulcan/88cb3ae89e8623163ca39d004b933c00 to your computer and use it in GitHub Desktop.

Select an option

Save emregulcan/88cb3ae89e8623163ca39d004b933c00 to your computer and use it in GitHub Desktop.
Dynamics 365 CrmSvcUtil Parameter List
Parametre Kısayol Gerekli mi? Açıklama
url E OrganizationService URL bilgisi
out o E Kodun adı (CrmData.cs gibi)
domain d H Sunucuya bağlanmak için gerekli olan domain bilgisi
username u E Sunucuya bağlanmak için gerekli olan kullanıcı adı bilgisi. Dynamics 365 Online için zorunludur.
password p E Sunucuya bağlanmak için gerekli olan parola bilgisi. Dynamics 365 Online için zorunludur.
namespace n H Kod için Namespace bilgisi. Default olarak global namespace kullanılır.
language l H Kodun dil bilgisi (C# yada VB). Default olarak 'CS'
servicecontextname H Oluşturulan OrganizationServiceContext 'in adı. Eğer isim belirtilmezse ServiceContext oluşturulmaz.
generateActions H Action 'lar için Request ve Response yapılarını oluşturur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment