ClearQuest的动态关联
一.创建Record types –Stateless: 1、 在Record Types –Stateless中创建一个type,其名字叫:“项目”,其DBName为“item”。 2、 然后在项目中的fields中新建一个field,取名字为“item_name”,其type选择为SHORT_STRING。 3、 在项目的forms中选择把该f
一. 创建Record types –Stateless:
1、 在Record Types –Stateless中创建一个type,其名字叫:“项目”,其DBName为“item”。
2、 然后在项目中的fields中新建一个field,取名字为“item_name”,其type选择为SHORT_STRING。
3、 在项目的forms中选择把该field放到窗体上。
4、 在Record Types –Stateless中创建一个type,其名字叫:“一级菜单”,其DBName为“one_menu”。
5、 然后在项目中的fields中新建一个field,取名字为:“model_one_name”,其type选择为SHORT_STRING。另外再创建一个type其field name为:“item_name”;type为:REFERENCE,其Reference To为:“项目”。
6、 在项目的forms中选择把该field放到窗体上。
原文转自:http://www.ltesting.net