www.cub-e.net
CRM Uzmanının Günlüğü - Microsoft Dynamics CRM

Microsoft Dynamics CRM Ürünleri

Service Management : Bu uygulama Microsoft Dynamics CRM üzerinde hızlı bir şekilde servis taleplerini yönetmenizi sağlıyor.
Microsoft Dynamics CRM içerisindeki Case ( Servis Talebi ) ekranı içinde yer aldığından ek bir arayüz ve programa ihtiya duyulmaz.
Uygulama Erikli Su - Nestle Waters, SaatveSaat ve Teknolojix Mağazalar tarafından kullanlmaktadır.
SMS Collector : Bu uygulama ile Microsoft Dynamics CRM içerisinden Turkcell üzerindeki SMS hesaplarınızı yönetebilir bunlar üzerinden SMS alıp verebilirsiniz. Bu sayede Müşterilerinize ve Saha Personelinize SMS gönderebilirsiniz.
Uygulama Erikli Su - Nestle Waters, SaatveSaat tarafından kullanlmaktadır.
Score Collector : SMS ile Müşterilerinize veya Bayilerinize Kampanya bazlı Puan kurgularını Microsoft Dynamics CRM üzerinden gerçekleştirmenizi sağlayan uygulamadır.
Uygulama Konyalı Saat tarafından kullanlmaktadır. (v1.0 kullanılmaktadır)

Ürünler hakkında daha fazla detay için tıklayınız...

Show navigation bar item in IFrame in Microsoft CRM

Ocak 27, 2008 19:34 by brsk

Show navigation bar item in IFrame in Microsoft CRM

We don't make anything without Navigation Bar in CRM. In default, CRM haven't a setting about showing their pages in a IFrame. But we can change this event and we can more effective a usage area in CRM Form. Specially sales persons don't want to click to lot of things and they want see the result of an action. So in this article we will learn how to show associated activities in centre of Contact card. We have a way that have two step. In first step, we will place a IFrame in Contact Card. In second step we will place a little JavaScript code for IFrame that we had placed. Let start;

a) IFrame :

"Settings" -> "Customizations" -> "Customize Entities" after this steps in CRM, we find the Contact card and we open this card. We select the "Forms and Views" in navigation bar at left and we clicked the Form.
Where you want place the your activities screen you select the interested tab and click the "Add IFrame" button. A window will be opened;

  1. set the Name "HistoryFrame",
  2. set the URL "about:blank",
  3. we select the "Pass record object-type code and unique identifier as parameters",
  4. we unselect the "Restrict cross-frame scripting"

The first step will be completed when we press the ok. Let the show second step;

b) JavaScript :

We click the "Form Properties" in same screen. We click the "OnLoad" on opened window. We replace the code that below. We click the buttons "ok" and "Save Form and Close".

function GetFrameSource(tabSet)
{
   
if (crmForm.ObjectId != null)
    {
       
var oId = crmForm.ObjectId;
       
var oType = crmForm.ObjectTypeCode;
       
var security = crmFormSubmit.crmFormSubmitSecurity.value;
       
return "areas.aspx?oId=" + oId + "&oType=" + oType + "&security=" + security + "&tabSet=" + tabSet;
    }
   
else
    {
       
return "about:blank";
    }
}

crmForm.all.IFRAME_HistoryFrame.src = GetFrameSource(
"areaActivityHistory");

We click to "Publish" that in the "actions" menu. We will see the activity history of contact when we open a contact card.

I hope it will done. Regards.

Barış KANLICA
Software Specialist
brsk@e-kolay.net
www.cub-e.net



 

Bu yazıyı ilk değerlendiren siz olun

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , , , , , , , , , , ,
Categories: Dynamics CRM
Actions: E-mail | Permalink | Yorumlar (2) | Comment RSSRSS comment feed

İlişkili yazılar

Yorumlar

Nisan 3. 2008 07:23

I tried this today and it works fine for displaying the area. But when the form is closed or saved, I get an error message to send to Microsoft.

Do you have any idea why that might be?

Bevan Edwards

Nisan 3. 2008 12:58

Hi Bevan,

Do you have another javascipt code in same event. Which items you changed on code?
Can you send me your code if you changed it? if its possible you can send me a screenshot to my mail address (brsk@e-kolay.net)

Regards.

Baris KANLICA

Yorum ekle


 

  Country flag

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]