I created a C# application (in VS2010) where am using CQAPI to create a new record in clearquest. An exception is thrown at cqEntity.Validate()
Error details: CRMUD0082E Execution of a hook failed during the action New. It was the ACTION_VALIDATION hook attached to the Defect. The reason for the failure was: Unknown exception executing main::Defect_Validation.
Where, "Defect" indicates record name. Am using CQ 8.0.0
Am I missing something? Could anyone please help?
Thanks in advance