I want to add the dynamic Single Line Text Field data to Option Set I have written JavaScript regarding the same, But I want maximum value of available options set options see the example for your reference
Example:
Skill is option set [Java, C++, C] there options are available and there values are as follow [112550000,112550001, 112550002]
if I will add next skill using JavaScript I want maximum value which is present at option set for.Ex -> 112550002
Is there any method which will fetch the maximum value of option set automatically
Thanks!