getDefaultGuiId
Gets the default GUI ID for the object type.
Parameters
objectTypeId is the ID of the object type.
Returns.
The ID of the GUI is returned.
Errors
- ObjectTypeDoesNotExistException
- The objectTypeId is invalid.
- InvalidArgumentException
- The record ID is invalid.
- java.lang.Exception
- A system error occurred when the request was being processed.
- AccessException
- The user does not have access to the business object.
Sample request
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.tririga.com">
<soapenv:Body>
<ws:getDefaultGuiId>
<ws:objectTypeId>10002100</ws:objectTypeId>
</ws:getDefaultGuiId>
</soapenv:Body>
</soapenv:Envelope>
Sample response
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<getDefaultGuiIdResponse xmlns="http://ws.tririga.com">
<out>10002954</out>
</getDefaultGuiIdResponse>
</soap:Body>
</soap:Envelope>