batchSubAsset
LeasePak Documentation Suite NETSOL website
batchSubAsset

(mPower icon) batchSubAsset

This method allows a user to process all sub asset records in a single call. If any of the sub-asset record contains the erroneous data then the method will pass back an error message without processing other records. To process sub asset records user must consider the following conditions:

  • Asset must be pending asset. In case of booked asset, the method will return an error message.
  • The part number, acquisition cost and salvage value will be required when adding a new sub asset record.
  • The checksum value will be required when updating an existing record.

Note Level 1 Users must ensure while adding additional sub assets that the pending asset acquisition cost and salvage value must be adjusted first. Otherwise, the method will not validate the total sub asset acquisition cost and salvage value in the rsq Sub Asset table. Field ENSURE UNIQUE ID's ON SUB ASSET RECORD must be set from U0712 Custom General?Miscellaneous Customizations to ensure that the duplicate sub-asset id's are not allowed.



public String batchSubAsset (String input)

Throws:

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

Where:

      input - - XML document

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