Understanding Sun Master Index Processing (Repository)

updateSystemRecord

Description

This method updates the existing system object in the database with the given system object.

Syntax


void updateSystemRecord(SystemObjectName systemObject)

Parameters

Name 

Type 

Description 

systemObject 

SystemObjectName

The system object to be updated to the enterprise object. 


Note –

In the method OTD, “Object” in the parameter name is changed to the name of the parent object. For example, if the parent object is “Person”, the name of this parameter will appear as “systemPerson”.


Returns

None.

Throws