WorkItem Customization - workitem.getValue() returns a UUID
Hi,
I'm trying to write a calculated value script in javascript where I return the name of the Category attribute. But the following code returns: _O7KQEvZmEeC94ecF979KKA How do I convert this into a human-readable string? For reference, this is my code - dojo.provide("from_default_valueProvider"); Thanks in advance, Henry |
2 answers
try getLabel
|
Where do I get the reference material for:
Scenarios that I am trying to accomplish:
SEAT is a work item type with an enum attribute STATUS with values AVAILABLE / BOOKED. EMPLOYEE is another work item type. EMPLOYEE Work Item has a list box named "SEAT ALLOCATION" that lists all SEAT Work Items with STATUS = AVAILABLE. I am trying to write a calculated value js to list all work items of a particular type (say SEAT work item) Is this possible with script based |
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.