Vamitul,
As a test, I've tried to run this script... but it doesn't work. I'm sure I'm missing something obvious - thoughts?
Thanks for sticking with this.
var doc = app.activeDocument;
app.findObjectPreferences.fillColor = "Black";
if (doc.findObject().length) {alert ("InDesign Black found");}