lookup - MS Dynamics-CRM How can I find GUID of the existing view by "Display Name" using JS? -
i have category 1, category 2, , category 3. cat1 parent of cat2. cat2 parent of cat3. view every category filtered parent.
problem: category 3 doesn't filtered if cat2 not specified when cat1 selected.
need: in addition existing functionality need able filter grandparent well.
my solution : i'm doing -> able create custom view. when on form load or on change of cat1 i'm running script sets default custom view. in scenario - need change view when category 2 specified. (because user can choose category 1 -> category 2 , 3). set default view need provide guid of desired view.
question1: way it?
question2: how can find guid of existing view "display name" using js?
thank
actually, don't know why couldn't think of before, need specify second condition in same query. "select cat1=1 , cat2=2
Comments
Post a Comment