One of our customer wants to change the default value of search criteria on articles, article search form is not a customizable form. So I look up this form with IE developper tools. And I get the source code in c://inetpub/wwwroot/workplace/home_answers.aspx, and the name and values of the search picklist. Open the aspx with in note pad, and paste the code into aspx under the javascript section in aspx source. frmSearchInt.SearchMethod.value="CRMAnswer.BrowseSubject"; displaySearchOptions(false); Save the aspx file and refresh the page, you can see the default value changed.
REAL TIME WORKFLOW (PLUGİN YERİNE KULLANACAĞIZ) Faydalı linkler türkçe https://technet.microsoft.com/tr-tr/library/dn531057.aspx https://technet.microsoft.com/tr-tr/library/dn531067.aspx https://technet.microsoft.com/tr-tr/library/dn531149.aspx Real time workflow, bir kayıtta yapılan değişiklik anında işlem yapar. Eski tip asenkron workflowdan farkı anlık iş yapmasındandır. Bu iş akışı tipiyle form üzerinde de güncelleme yapabiliriz. Kaydet e bastığımız anda değişiklik forma gelir. Fakat kötü tarafı hata yaparsanız kullanıcı kaydedemez. Bir diğer negatif tarafı her real time iş akışı kaydette gecikmelere yol açar. O yüzden analiz aşamasında gerçekten real time olmalı mi diye kara verirken bunları da göz önüne almak gerekir.
Yorumlar
Yorum Gönder