none
Quote from Opportnity creating issue RRS feed

  • Frage

  • Dear all

    I am working on ms crm 4.0. I wrote a code in the onload event of Quote entity.The code is not firing when i am creating quote form the opportunity.
    my code is:

    if(crmForm.FormType ==1)
    {
    crmForm.all.new_custonfieldname.DataValue = 1;
    }

    can anyone tell me, where i am going wrong..

    Regards

    Arun
    Mittwoch, 17. Februar 2010 05:38

Antworten

  • Hi,

    you can post your english crm questions here: http://social.msdn.microsoft.com/Forums/en-US/crm/threads

    Best regards,
    Jürgen


    Jürgen Beck

    Dipl. Kfm./Wirtschaftsinformatik
    MVP, MCSD.NET, MCITP DBA, MCDBA, MCSE
    Microsoft Certified Business Management Solutions Professional
    Microsoft Certified CRM Developer
    Microsoft Certified Trainer

    ComBeck IT Services & Business Solutions
    Microsoft Gold Certified Partner
    Microsoft Small Business Specialist

    Developing & Supporting Business Applications from small business to big enterprises covering scores of sectors

    http://www.combeck.de
    Samstag, 15. Mai 2010 11:02
    Moderator

Alle Antworten

  • I got the solution.that is crmFormType == 2.it will work..

     Regards Arun
    Mittwoch, 17. Februar 2010 06:50
  • Hi,

    you can post your english crm questions here: http://social.msdn.microsoft.com/Forums/en-US/crm/threads

    Best regards,
    Jürgen


    Jürgen Beck

    Dipl. Kfm./Wirtschaftsinformatik
    MVP, MCSD.NET, MCITP DBA, MCDBA, MCSE
    Microsoft Certified Business Management Solutions Professional
    Microsoft Certified CRM Developer
    Microsoft Certified Trainer

    ComBeck IT Services & Business Solutions
    Microsoft Gold Certified Partner
    Microsoft Small Business Specialist

    Developing & Supporting Business Applications from small business to big enterprises covering scores of sectors

    http://www.combeck.de
    Samstag, 15. Mai 2010 11:02
    Moderator