Resources for IT Professionals > Dynamics Forums > Microsoft Dynamics CRM > Synchorinization of custom attributes
Ask a questionAsk a question
 

QuestionSynchorinization of custom attributes

  • Monday, November 02, 2009 6:38 AMSaagar44 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi ,
    i have created quote in offline mode.
    My quote entity has a custom attribute called '_NetPrice'

    I am creating a quote from a asp.net application which in turns uses CRM SDK to create quote.

    When i go online and try to synchronize the data the custom attribute value do not gets reflected to main CRM database.
    I queries the local sql express database and the value for the custom attribute in non null value.
    Any idea why this happens ?

All Replies

  • Tuesday, November 03, 2009 3:56 PMckeller Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    this means the attribute is populated with a value while in offline mode. The value appears during offline mode but is lost when you go online and sync the changes with the server?

    Do you have registered any plugins for the entity quote?