ClearQuest的动态关联

发表于:2009-02-23来源:作者:点击数: 标签:clearquestClearQuest动态
一.创建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