Custom list not working.
Question ID:
109522
♥ 0 |
I am trying to remove Blocked from Status list and add Completed in Test lab module. Since it is system field, I can’t hide or delete Blocked from Status field. So I created a New list called TestStatus_E2E without Blocked. then wrote the following Code in TestSet_New, TestSet_MoveTo, TestSet_FieldChange TestSet_Fields.Field(“TC_STATUS”).List = Lists(“TestStatus_E2E”) and TestsetTests_MoveTo, TestsetSets_FieldChange TestSetTests_Fields.Field(“TC_STATUS”).List = Lists(“TestStatus_E2E”) Applied the changes. It is not working. Could you please help ?
Marked as spam
|
Answers (1)