add new color number to the color drop down in enovia PLM
Posted danieldai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 properties file.
vim /opt/plm/webapp/internal/WEB-INF/classes/LuxotticaStringResource.properties
3. Search items with color value ‘Prizm Grey’ of drop down
4. Add a new range to attribute LUX_RxLenses_Color in accordance with user’s requirement.
5. Then reopen the ticket’s attached page, you will see 38 added to drop down, but it is different from other range value, since we didn’t internationalize the attribute’s range value.
6. add internationalizing value.
Attention: you need to modify four properties files in four production machine.
vim /opt/plm/webapp/internal/WEB-INF/classes/LuxotticaStringResource.properties
vim /opt/plm/webapp/3dspace/WEB-INF/classes/LuxotticaStringResource.properties
vim /opt/plm/webapp/internal/WEB-INF/classes/emxFrameworkStringResource.properties
vim /opt/plm/webapp/3dspace/WEB-INF/classes/emxFrameworkStringResource.properties
10.8.0.70
10.8.0.71
10.8.0.72
10.8.0.73
7.Execute the following command to restart tomcat in four production machine
a. ps –ef|grep tomcat
confirm which tomcat service you need to restart
b. restart tomcat
sudo service tomee0 start|stop|restart|status
sudo service tomee1 tart|stop|restart|status
sudo service tomee4 start|stop|restart|status
以上是关于add new color number to the color drop down in enovia PLM的主要内容,如果未能解决你的问题,请参考以下文章
enovia PLM : add new value to SPEO
2.Add Two Numbers(List To Long)
448. Find All Numbers Disappeared in an Array Add to List
Add an Item to the New Action 在新建按钮中增加一个条目
[Daily Coding Problem] 1 (LeetCode 1). Find if two numbers in an array add up to k