Hello
I have created a application where I migrated one issue list from site1 to another site2 issue list, items are migrated properly but somehow in some items Comment fields are migrated partially that means if one item of Site 1 issue list has 12 comments, but in SIte2 only 6 comments are migrated.
Now I want to add those missing comments which is not exist in Site2 Issue List. I tried but not able to validate using client object mode. I want to put a combine validation of comment date, comment author and comment description, if this validation is not exist then comment should add or otherwise it will skip addition functionality.
Can any one suggest how can I validate of comment ?
Avian