Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello.
I used Java Expression to pull Atrribute Values (Simple Example below shown)
com.ptc.core.lwc.server.PersistableAdapter obj = new
com.ptc.core.lwc.server.PersistableAdapter(primaryBusinessObject,null,null,
null);
obj.load("REASON_FOR_CHANGE");
REASON_FOR_CHANGE = (String)obj.get("REASON_FOR_CHANGE");
However the Value for the attribute Reason for Change shows the Enumeration Internal Value:
instead of the Display Value: