![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: addDataObject() example to show how to add new attribute to CR? Topic Summary: addDataObject() example to show how to add new attribute to CR? Created On: 20-Nov-2006 18:12 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I want to add a custom attribute to a new CR that I am submitting via the API. NOTE: The new attribute has been added by our synergy administrator, but does not appear on the CR submission form or on any existing CRs. $objectData->setName('<attr_name>'); $objectData->setType('<attr_type>'); $objectData->setValue('<attr_value>'); $objectData->setReadOnly(1); $objectData->setRequired(1); $objectVector->addDataObject($objectData); |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.