Hi All,
I have added below code on the ActionCanExecute Function still no luck.
If ActiveModule = "TestPlan" then
If ActionName = "act_copy_node" then
If ActionName = "act_paste_branch" then
Set TestFact = TDConnection.TestFactory
Set TestLists = TestFact.NewList("")
TestLists.Field("TS_DESCRIPTION).Value = "Copied"
else
ActionCanExecute = False.
End If
End If
End IF
I have added below code on the ActionCanExecute Function still no luck.
If ActiveModule = "TestPlan" then
If ActionName = "act_copy_node" then
If ActionName = "act_paste_branch" then
Set TestFact = TDConnection.TestFactory
Set TestLists = TestFact.NewList("")
TestLists.Field("TS_DESCRIPTION).Value = "Copied"
else
ActionCanExecute = False.
End If
End If
End IF