switch (crmForm.FormType)
{
case CRM_FORM_TYPE_CREATE:
alert("This is a create form.");
//insert the PriceList GUID into the Price List look up field here.
break;
case CRM_FORM_TYPE_UPDATE:
break;
}
Hope this helps.
--
Manisha Powar (Madhusudanan)
Program Manager
Microsoft Dynamics - CRM
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
"Ian Clark" <icl...@3peaks.com> wrote in message
news:OsMeluBO...@TK2MSFTNGP11.phx.gbl...
Thanks for the help!