addSubAsset
LeasePak Documentation Suite NETSOL website
addSubAsset

(mPower icon) addSubAsset

This method allows a user to add a sub asset record. The method takes XML document as an input to add a sub asset. In response, the method will pass back informational and error message response describing that a sub asset has been added with success or failure. The messages will return in the form of XML with INFO and ERROR elements.

Note Level 1 The method validates sub-asset IDs. Users must ensure that the sub asset 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 addSubAsset (String input)

Throws:

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

Where:

      input - - XML document with all required parameters to add a sub asset.

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