Hi
Is there a way to add filter to the URL to load filtered data from MDS entity to the MDS Web UI?
For example, I know we could do that for a single member with Code = 86 by using the following URL
http://servername/Explorer/AttributeSL.aspx?MID=1006&VID=1008&EID=2142&AID=3953&MECD=86#/ExplorerEntity?MID=1006&VID=1008&EID=2142&AID=3953&MECD=86
where MECD=86 only load member with Code = 86 to the Web UI.
Can we add more complicated filter to such a URL like <, >, like, not like, match, etc?
Thanks