ucRenderLogArea

Purpose

This method supports the customer platform that is created using UserCustom.

Applies To

Field Rendering Methods

Signature

public String ucRenderLogArea (  
      String ddname,		// data dictionary name of customer log area
      SesameSession session)    // sesame session object

Notes

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.

Example

 public String ucRenderLogArea(
           String ddName,            // data dictionary name of the customer log area
           SesameSession session) {  // sesame session object
	return null;
  }