P
Philippe
Hello Everybody,
I now am building a solution based on VSTOv3, to build a word document to
access Dynamics CRM Data view, and print out the results.
I also want the word document to enable the final used to modify the
selected record to MS CRMv4.
Modifying the record thru the view is possible in direct sql.
Now, I generate the Data Adapters, but get no primary key as it is a view. I
want to generate the update method, but no way.
Therefore using code, I manually generate the commandeBuilder, but no way as
well : there is no Primary key thru the view.
Does anyone know a solution to this issue ? Let a view look like it owns a
primary key ( and it's the case in fact )
Thank you very much,
Philippe
I now am building a solution based on VSTOv3, to build a word document to
access Dynamics CRM Data view, and print out the results.
I also want the word document to enable the final used to modify the
selected record to MS CRMv4.
Modifying the record thru the view is possible in direct sql.
Now, I generate the Data Adapters, but get no primary key as it is a view. I
want to generate the update method, but no way.
Therefore using code, I manually generate the commandeBuilder, but no way as
well : there is no Primary key thru the view.
Does anyone know a solution to this issue ? Let a view look like it owns a
primary key ( and it's the case in fact )
Thank you very much,
Philippe