validateSubAsset
LeasePak Documentation Suite NETSOL website
validateSubAsset

(mPower icon) validateSubAsset

This method allows a user to validate all the sub assets for an asset. The method takes asset information as input. In response, the method will pass back informational and error message response describing that a asset sub assets information is correct. The messages will return in the form of XML with INFO and ERROR elements.

Note Level 1 The method validates the sub-asset IDs. Users must ensure that the sub asset id must not exist in rsq Sub Asset table of database. To ensure unique id's users must set ENSURE UNIQUE ID's ON SUB ASSET RECORD field from U0712 Custom -> General Miscellaneous Customizations option.



public String validateSubAsset (String assetNumber)

Throws:

    java.rmi.RemoteException - Exceptions that may occur during the execution of a remote method call.

Where:

      assetNumber - - Asset number

Table of Contents

Reference Grid
Request Reference Grid
Response Reference Grid

Schema (DTD)
Request DTD
Response DTD

Schema (XSD)
Request XSD
Response XSD

Sample Messages
Sample Request Message
Sample Response Message