This method allows a user to update a sub asset record. The method takes XML document as an input to update a sub asset. In response, the method will pass back informational and error message response describing that a sub asset has been updated with success or failure. 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 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 updateSubAsset (String input)
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.