Thanks,
Now I am getting different issue with json. transaction is repeating twice for every record in UI.
Is it UI issue or I am doing something wrong. Here is the sample display from the event. If you see Description attribute is repeating twice in the bottom.
{
"Id":"7097",
"ComponentTypeName":"Metcon",
"OwnershipLevelName":"Global",
"UserName":null,
"Name":"Fran",
"Description":"21-15-9 \nThrusters, 95# / 65# \nPull-ups",
"IsBenchmark":"True",
"HasBeenSaved":"True",
"IsNewComponentEmailSent":"False",
"AllowRxPlus":"False",
"Rounds":"0",
"Comments":null,
"RepScheme":null,
"PerformanceResultTypeName":"Time"
}
Show syntax highlighted
Collapse
Description = 21-15-9 Thrusters, 95# / 65# Pull-ups Description = 21-15-9 Thrusters, 95# / 65# Pull-ups Id = 7097 Id = 7097 Name = Fran Name = Fran
Thanks
Sanjeev
... View more