Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello
I did not thoroughly read all the messages on this one, but from what I seen, there is a need to take mass objects & reassign lifecycle.
Maybe an old ptc wc8 reassign lifecylejsp can help. It that allows drop-downs for many object types (I think including end items) or they can
be added. It has a couple issues in wc9, but I have not had time to update.
Main issue:
The later version of tomcat wants $() in wc9, instead of ${} as in wc8 or before.
$(@FORM[]container[0]) instead of${@FORM[]container[0]}
But I think it will work with that change alone. It also needs table viewing clean-up. Thats 5-10 minutes for Antonio..Ha..Ha
It allows for multiple objects searches & has name/number search fields (might want specific syntax), then displays all
objects is finds. Then allows for new lifecycle & state change through drop-downs.
I have attached the code. Hope it helps.
L Jett
cadjett@aol.com,datajett@aol.com
Hello
In case some one wanted to use the jsp I attached, I just recalled 2 other changes needed for wc9.
The begin & end jsp needs to be changed to jspf:
From:
<%@ include file="/netmarkets/jsp/util/begin.jsp"%>
<%@ include file="/netmarkets/jsp/util/end.jsp"%>
To:
<%@ include file="/netmarkets/jsp/util/begin.jspf"%>
<%@ include file="/netmarkets/jsp/util/end.jspf"%>
This is just from memory. Have not gone to vmare & checked syntax.
L Jett