Perl 的新手和 ClearQuest Perl API 的新手。我正在尝试从 CQ 表单中清除一些值。我可以通过简单地将值设置为“”来清除值,但它不适用于列表。知道如何做到这一点吗?
# following doesn't work on lists. What to do?
$entity->SetFieldValue("Foo_List", "");
# following works just fine
$entity->SetFieldValue("barstatus", "");
这是CQ API参考: http: //publib.boulder.ibm.com/infocenter/cqhelp/v7r0m1/index.jsp ?topic=/com.ibm.rational.clearquest.apiref.doc/r_examples_mangngrecrds.htm