Resources for IT Professionals > Dynamics Forums > CRM > Bridging default field
Ask a questionAsk a question
 

AnswerBridging default field

  • Wednesday, November 04, 2009 10:03 PMjonatan1094 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Good evening

    I'm configuring the product name entity but there are a field that I will not let me use and are removed with business unit and price list saver as I would like to fill these fields by default

    thanks for your help

Answers

  • Thursday, November 05, 2009 1:37 PMMayankP Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    You can set this using Java Script Form Load script or based Field on Change Script.

     If your fields (field which you want to set default value) are look up then please refer this article

    If your field is pick list then refer this article.

    If your field is string then you just simply default using following script

    crmForm.all. <<fieldname>>.DataValue = ‘Default Text’;

All Replies

  • Thursday, November 05, 2009 1:37 PMMayankP Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    You can set this using Java Script Form Load script or based Field on Change Script.

     If your fields (field which you want to set default value) are look up then please refer this article

    If your field is pick list then refer this article.

    If your field is string then you just simply default using following script

    crmForm.all. <<fieldname>>.DataValue = ‘Default Text’;