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 ?
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?