Skip inactive accounts in Aggregation

Hi, We have a Webservice application.

During Aggregation we are getting some accounts with status=I
How can we skip that accounts i.e do not create a link for it?

Hi @udaya1,

depending the connector you can filter into the query for jdbc or using the filters for webservice(if it possible) but in every case you can use a customization rule and return null when you detect status=I on the account.