Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all articles
Browse latest Browse all 14708

Re: Error in uploading defects using Excel addin

$
0
0

What is 'possible'?  What do you want to do - export defects from Excel to ALM and have Excel formatted data appear in the same format in ALM?  Are these custom Time fields in ALM?  What type of field are they in ALM?

 

This will probably require some workflow code.   Probably in the FieldChange event, place this pseudo-code:

 

if field.name = "Time" then

     field.value = Format(field.value, "!90:00")

end if

 

 


Viewing all articles
Browse latest Browse all 14708

Trending Articles