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.
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)
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.