S
samir.mistry
Hi guys,
I have two dropdown boxes. Team and Application.
Based on the selection of the Team, I populate the Application which is
a look up dropdown.
Application is populated from sharepoint databound object
Team_Application_User_Roles.
now the problem is,there may be two entries in in the object.
eg.
Webclient - website - sam - develop
Webclient - website - sam - deploy
the following selection gives me two entries in my Application
dropdown. How can I remove the duplicate entries?
/dfs:myFields/dfs:dataFields/dfs:Team_Application_User_Roles/@Application
[
(../@Team =
xdXDocument:get-DOM()/ns1:ChangeManagementRequest/ns1:Request/ns1roject/Team)
and
(../@PbUser =
xdXDocument:get-DOM()/ns1:ChangeManagementRequest/ns1:CurrentUser)
]
Thanks
Sam
I have two dropdown boxes. Team and Application.
Based on the selection of the Team, I populate the Application which is
a look up dropdown.
Application is populated from sharepoint databound object
Team_Application_User_Roles.
now the problem is,there may be two entries in in the object.
eg.
Webclient - website - sam - develop
Webclient - website - sam - deploy
the following selection gives me two entries in my Application
dropdown. How can I remove the duplicate entries?
/dfs:myFields/dfs:dataFields/dfs:Team_Application_User_Roles/@Application
[
(../@Team =
xdXDocument:get-DOM()/ns1:ChangeManagementRequest/ns1:Request/ns1roject/Team)
and
(../@PbUser =
xdXDocument:get-DOM()/ns1:ChangeManagementRequest/ns1:CurrentUser)
]
Thanks
Sam