Hi,
In MS CRM 2015 Online when I click on Send button in Email Activity form getting following JS error.
<CrmScriptErrorReport>
<ReportVersion>1.0</ReportVersion>
<ScriptErrorDetails>
<Message>Invalid operand to 'in': Object expected</Message>
<Line>0</Line>
<FunctionRaw>function(dirtyVisiblePropertyData) {
var $v_0 = dirtyVisiblePropertyData.getKeys();
for (var $v_1 = 0; $v_1 < $v_0.length; $v_1++) {
var $v_2 = $v_0[$v_1];
if (IsNull(this.get_viewMap().get_item($v_2))) {
</FunctionRaw>
<CallStack>
Anybody faced this kind of issue and any idea what is the solution for this issue.
Thanks
Yadav