add a characteristic in enovia PLM
Problem: add a new Char. name D_COI6 that the description is Injected coloration #7 (COI6) in the D_BUSINESS class in PLM and SAP.
Step1: to attain attribute name on business model.
The result of following command tell you all attributes of Color
Because some of attributes were not selected to be displayed on the Color Characteristic Tab page, then we can infer what name we should assign to new attribute.
New attribute name: ‘LUX_COI6’
Step 2: create a new attribute named “LUX_COI6” in Business Model
It is better for assigning value to fields to compare with another similar attribute.
Step 3: add some properties to new attribute.
Compare the properties between LUX_COI5 and LUX_COI6,
There are so many properties that LUX_COI6 doesn’t include.
So that we need to add the properties to the new attribute in my own.
So execute the following command to add properties to LUX_COI6
modify attribute LUX_COI6
property COAF
property ColorRicambi
property FindNumber value 2878
property ItemName value D_COI6
property ItemType value Caratteristica
property MMET
property QueryObject value ColorMaterialAndCycle
property RangeMethod value Dynamic
property application value LUXOTTICA_F1
property 'installed date' value 28-05-2008
property installer value CdmIsigraf
property 'original name' value LUX_COI3
property version value 1.0;
FindNumber and ItemName are vital, other fields are not very helpful.
FindNumber will be showed as F/N at front-end page.
Step4: create a new interface named “LUX_COI6” in business model
Of course, comparing with similar interface will help you.
Add new attribute named “LUX_COI6”to the new interface
Add ‘LUX_ModelColor’ to the Allowed Types List of the interface.
Step5: create a new class Configuration Item
Then, how to define these field?
Look for other Configuration Items for reference.
- Analyze the page URL
2. To see the Inquery with Business Model
It says what mql command the Inquery employs.
The mql command we can know is :
temp query bus LUX_ClassConfigurationItem * * select id dump |
the command will query all objects of LUX_ClassConfigurationItem,
the amount of the result is too large, we need to filter useless objects out in accordance with our real situation.
So ,please use the following handled command:
Print the detail of one of objects
Then, as you can see from the above result , please refer to the result to set up a new Class Configuration Item.
Attention please: Admin name is the attribute name which you have already created in Business Model,
And the LUX_FindNumber is the same as FindNumber which is the property of attribute LUX_COI6 that you created before.
Then ,the new Configuration Item has been created .
We can query the object in mql.
Step6: modify relationships of the new characteristic.
As you can see from the following result, the relationships of COI6 and COI5 are absolutely different.
Why? I don’t know
Delete all relationships of COI6,
Execute the sub command in three times
disconnect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ML_LUX_Description
from LUX_ClassConfigurationItemCharacteristic COI6 1
Add new relationships to COI6 in compliance with COI5
Execute the following command respectively
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Perno 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Bussola 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Snodo 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Frontalino 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Montatura Frontale 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster BUSINESS 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Dado 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Gancino Porta Alette 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Rondella 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Barra Frontale 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Asta 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster OCCHIALI 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Guarnizione Abbellitore 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Vite 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Montatura 3 Pezzi 1;
connect bus LUX_ClassConfigurationItemCharacteristic COI6 1 relationship LUX_ClassItem from LUX_ClassMaster Frame Set 1;
Step 7 :modify LuxotticaStringResource.properties
vim /opt/plm/webapp/internal/WEB-INF/classes/LuxotticaStringResource.properties
vim /opt/plm/webapp/3dspace/WEB-INF/classes/LuxotticaStringResource.properties
Then
Restart tomcat
Step7: add a characteristic to Color
now , it is the time to add a characteristic to Color
Unfortunately, we can’t find out COI6 ,why?
Because the vault of object of LUX_ClassConfigurationItem isn’t ‘LUX_MasterData1’
And the owner of LUX_ClassConfigurationItem isn’t creator
Execute the command below to modify the vault.
modify bus LUX_ClassConfigurationItemCharacteristic COI6 1 vault LUX_MasterData1
Then reloadcache, redirect to the page again.
add a characteristic in enovia PLM的更多相关文章
- enovia PLM: add characteristic to both prototype and product
Issue: add new mandatory attribute named LUX_HazardousMaterial to protoype and product, and export t ...
- add new color number to the color drop down in enovia PLM
Ticket description:A55482L Ticket attachment: Open the attached page 2. Open the internationalizing ...
- enovia PLM : add new value to SPEO
Solution: Modify LUX_SPEO attribute in PLM Modify D_SPEO attribute in SAP , Login sap system F3 Tcod ...
- enovia plm export to sap
UPC creation UPC 结构 PLM 使用的UPC 是 14个数字组成的,兼容. 前两位为 0,后12位为有效数字,在SAP中0会被忽略,符合国际UPC通用 规则, 前一位为0,后13 位为 ...
- add characteristic to color
Problem: add a new Char. name D_COI6 that the description is Injected coloration #7 (COI6) in the D_ ...
- 低功耗蓝牙4.0BLE编程-nrf51822开发(11)-蓝牙串口代码分析
代码实例:点击打开链接 实现的功能是从uart口发送数据至另一个蓝牙串口,或是从蓝牙读取数据通过uart打印出数据. int main(void) { // Initialize leds_init( ...
- form 表单的name
form 中 的name 很重要, 1. 可以用来查找对应的input 2.form 提交之后 会用来作为参数列表的名字 3.enovia plm 中,name 会和 table 的field 进行对 ...
- 批量授一种权限给用户程序 plm enovia
set context user DanielDai;add program LUX_UserAssignment java execute immediate code 'import com.ma ...
- 前端性能优化:Add Expires headers
前端性能优化:Add Expires headers Expires headers 是什么? Expires headers:直接翻译是过期头.Expires headers 告诉浏览器是否应该从服 ...
随机推荐
- 转 关于Raid0,Raid1,Raid5,Raid10的总结
关于Raid0,Raid1,Raid5,Raid10的总结 RAID0 定义: RAID 0又称为Stripe或Striping,它代表了所有RAID级别中最高的存储性能.RAID 0提高存储性能 ...
- ubuntu中搭建基本的开发环境
1.搭建基本开发环境: sudo apt-get install build-essential 2.安装语法.词法分析器 sudo apt-get install bison flex 3.安装C函 ...
- Windows Nginx 教程
1. 下载Nginx: Nginx下载 (官方网站) 作者使用版本 Stable version nginx/Windows-1.12.0
- html iframe js frame
<iframe> 语法<iframe id="productList" src=""../common/emxTable.jsp?table= ...
- shell浮点数运算
- Nginx反向代理与负载均衡应用实践(二)
Nginx反向代理与负载均衡应用实践(二) 链接:https://pan.baidu.com/s/1xB20bnuanh0Avs4kwRpSXQ 提取码:migq 复制这段内容后打开百度网盘手机App ...
- StringUtils的Join函数
有一天看到同事用了这么个函数,然而我并没有见过,所以查了查,以后说不定用得到. 包路径:org.apache.commons.lang3.StringUtils; 函数名:StringUtils.jo ...
- 【Luogu】【关卡2-16】线性动态规划(2017年10月)【还差三道题】
任务说明:这也是基础的动态规划.是在线性结构上面的动态规划,一定要掌握. P1020 导弹拦截 导弹拦截 P1091 合唱队形 老师给同学们排合唱队形.N位同学站成一排,音乐老师要请其中的(N-K)位 ...
- MATLAB生成exe脱离matlab运行可执行程序
https://blog.csdn.net/u013007900/article/details/53485204 侵权即删. ———————————————— 版权声明:本文为CSDN博主「小木匠_ ...
- leetcode-162周赛-1252-奇数值单元格数目
题目描述: 自己的提交: class Solution: def oddCells(self, n: int, m: int, indices: List[List[int]]) -> int: ...