This method supports the customer platform that is created using UserCustom.
Field Rendering Methods
public String ucRenderLogArea (
String ddname, // data dictionary name of customer log area
SesameSession session) // sesame session object
Customer fields are automatically refreshed from the main customer value and can be set using the pfp. Log Areas are not listed here. History is generated when the log area is rendered. This method will pass back the problem ID of the problem where the history should be obtained from.
public String ucRenderLogArea(
String ddName, // data dictionary name of the customer log area
SesameSession session) { // sesame session object
return null;
}