I am trying to figure out how create a jScript on the Quote onLoad event that would return True if there are any Active related Orders to the Quote I opened.
I can get the Quote ID by using this
var quote = Xrm.Page.data.entity.getId();
And I should be able to do it with a fetchXML, I think. Any help would be realty appreciated. I also try searching the forum but did not see anything like I am trying to do.









