RTC all extension contributor value is not printing in RPE
Hi,
i have in RTC some fields which take contibutor value
for eg: Designer : Clmadmin
Tester : clmadmin
when i am trying to take from RPE the report using workitem>>workitem>>allextension display name is printing but the displayvalue is not printing. How can i resolve this?
|
Accepted answer
To print contributor name, you need to add foundation schema as well. You can query on either allExtensions or itemExtensions.
This is how you can get the contributor name assigned to "Designer":
Within workitem/workItem/allExtensions (or workitem/workItem/itemExtensions), add condition
displayValue == "Designer"
Get the value of workitem/workItem/allExtensions/itemValue/reportableUrl (or workitem/workItem/itemExtensions/value/reportableUrl) that is of the format https://<server>/jts/rpt/repository/workitem/contributor/itemId/_-oulbVJhEeaocoGcR527Yg
sreenath v selected this answer as the correct answer
|
2 other answers
|
I am facing some issue while printing value inside a table.If am giving designer as condition its coming.But i have other value as tester ,so i gave condition inside table as display value=design && design value ==tester.But while running engine is getting aborted.if am printing paragraph wise it's printing but cell wise it's getting error. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.