Staff good day,
I have the following scenario in the CRM 2016.
I have an entity called Competitor where that competitor informs the price of a given product, a product can have N Competitor each giving its price.
From Competitors I have an entity called Competitor Assessment where the guy with the lowest price is the winner for that item. This control I realize via javascript based on the total value of the item to save a new competitor.
My doubts and that competitor during the assessment may be disqualified, and this happens to be the winner the competitor with the lowest price, my doubts and how I will sweep all competitors to find the second lowest price using javascript, because must sweep all Competitors tied, I know that I can plug-in, I wonder if I can do something like via javascript or via Action flow is possible?
I found very little material talking about using and well say nothing about giving update on registration via javascript ....
Tank You