Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi all,
How to filter search result based on Change Admin value using WRS
Sample Change Admin Structure :
"ChangeAdminI": [
{
"DisplayName": "NAME",
"PrincipalID": "PID"
},
{
"DisplayName": "NAME",
"PrincipalID": "PID"
}
]
Thanks in advance
/VR