tips & tricks


Calendario
aprile 2024
lmmgvsd
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

Recuperare il GUID dalla Griglia con un bottone

Configure ISV.Config This example will configure a button on the Account entity grid. There are three steps to this process: Export ISV.Config Configure the button for the Account entity grid Import ISV.Config. In the Microsoft Dynamics CRM Web application, click Settings. Click Customization and then Export Customizations. Scroll down the list of Exportable items and select ISV.Config. Click Export Selected Customizations. Save the customizations.zip file. Extract the cus 
Leggi tutto il post...
Categoria: CRM 4.0
martedì, 29 apr 2008 Ore. 13.47

Lavorare con stringhe:

    function aggiungiZeri() { var field = event.srcElement.DataValue; alert(field);   var zeroNumber = 15-field.length; var zeri = "";   while(zeri.length<=zeroNumber) {zeri += "0"; } field = zeri + field; field = field.toUpperCase() alert(field.length); alert(field); } 
Leggi tutto il post...
Categoria: Jscript
martedì, 29 apr 2008 Ore. 12.52

PickList Jscript

 recuperare valori picklist var ofield = crmform.all.some_picklist_field_id; // determine how many items there are in the picklist. alert(ofield.options.length); // set the value to 1. ofield.datavalue = 1; // show the the text for option #1. alert(ofield.SelectedText); 
Leggi tutto il post...
Categoria: CRM 4.0
martedì, 29 apr 2008 Ore. 12.49

Controlli sulla Form

recuperare id entità  var oid = document.crmform.objectid capire se la finetra aperta contiene dati modifica ma non ancora salvati crmform.isdirty 
Leggi tutto il post...
Categoria: CRM 4.0
martedì, 29 apr 2008 Ore. 12.48

LookUp Jscript

recuperare valore lookup var lookupitem = new array; // this will get the lookup for the attribute primarycontactid on the account form. lookupitem = crmform.all.primarycontactid.datavalue; // if there is data in the field, show it in a series of alerts. if (lookupitem[0] != null) {   // the text value of the lookup.    alert(lookupitem[0].name);    // the guid of the lookup.    alert(lookupitem[0].id);    // the entity type name. &n 
Leggi tutto il post...
Categoria: CRM 4.0
martedì, 29 apr 2008 Ore. 10.32

Come caricare Jscript in un'entità

Normal 0 14 false false false IT X-NONE X-NONE MicrosoftInternetExplorer4  
Leggi tutto il post...
Categoria: CRM 4.0
martedì, 29 apr 2008 Ore. 10.16
Archivio Posts
Anno 2020

Anno 2018

Anno 2015

Anno 2013

Anno 2011

Anno 2010

Anno 2009

Anno 2008
Statistiche
  • Views Home Page: 13.301
  • Views Posts: 56.001
  • Views Gallerie: 2.837
  • n° Posts: 117
  • n° Commenti: 1
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003