Page 1 of 1

Count incoming and outgoing records of any stage or link

Posted: Fri Jan 04, 2008 6:37 am
by kvnbabu
Hi,

Could anybody please tell me how to find out how many records are coming in and how many records are going out from a stage (or from a link).

Thanks in Advance.
KVN

Posted: Fri Jan 04, 2008 6:45 am
by Maveric
Do a search on DSGetLinkInfo, DSGetStageInfo. You will have to write a routine and call these functions. Go through the link below.

viewtopic.php?t=115230

Posted: Fri Jan 04, 2008 7:00 am
by kvnbabu
Thanks Maveric, it was very helpful