Read Write Report Add-Ins
Content
Hi
On Contact work space i have one tab with a virtual report to show external application data with out saving records on service cloud,Read Write Report Add-Ins on the work space working fine but i found some issues with this add-in, No work space rules written for this add-in.
1.Add-in firing on Editor load
2.Add-in firing on Save event
3.once we open the Tab to check report and if we reopen the same Tab, Add-in not firing.
public override IList<IReportRow2> GetRows(IList<string> columns, IReportFilterNode filterNode)
is the function firing at above 3 conditions
Here my requirement is i dont want to run this Add-in for 1 and 2 situations and for the 3rd i want to run Add-in when ever i open or re-opend Tab on the workspace
1