Hi All,
I have 2 different fields that require dependent option sets to be used in the same form and I am using the SDK for the same (following this link - https://msdn.microsoft.com/en-us/library/gg594433.aspx). My problem is, if I'm using dependent option set for just 1 field, it works. However when I try to use it for 2 different fields, only the 2nd one works. Some research on the same led me to the probable reason as being using same function name for 2 different events in the same form (i.e., SDK.DependentOptionSet.init would be the function name for both the events). So anyone have any idea how to fix this?
Thanks!
*This post is locked for comments