Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VT görünümünü aşağıdaki görüntüden inceleyebilirsiniz.

Image Added


Web Uygulaması Olarak Çalıştırma

...

Code Block
titlePost Built Kod Örneği
linenumberstrue
collapsetrue
xcopy /y $(ProjectDir)bin\release\$(SolutionName).Module.dll  [Logo CRM Dizini]\bin

Örneğin
xcopy /y $(ProjectDir)bin\release\$(SolutionName).Module.dll  C:\LogoCRM\bin
xcopy /y $(ProjectDir)bin\debug\$(SolutionName).Module.dll  C:\LogoCRM\bin
xcopy /y $(ProjectDir)my_file.ini $(ProjectDir)$(OutDir)


Image RemovedImage Added

Diğer makrolar için ...

...

NavigationItems altında Items üzerinde Add/NavigationItem diyerek yeni bir NavigationItem eklenir.


View alanında oluşturduğumuz BusinessObject'in ListView'i seçilir.

IIS Tekrar Başlatma

Uyarlamanın Logo CRM de görebilmeniz için IIS ten restart yapmanız gerekir.

...