RE: From Javascript Get a Count of the number of Items in a lookup field
So far the Lookup Field A is filtering Lookup field B. That works out of the box, I don't have to do anything for that functionality.
Are you saying that I can't retrieve the values or get a count from a lookup field object in Javascript?
I think I can get the selected value and the object with the following:
lookupFieldObject = Xrm.Page.data.entity.attributes.get('B');
lookupControl = Xrm.Page.getControl("B");
I'm guess neither of these allow you to get the count?