getRequiredGuiFieldNames
Gets the GUI field names that have the read-only attributes set to true.
Parameters
guiId is the GUI ID.
Returns
A ResponseHelperHeader is returned.
Errors
- InvalidArgumentException
- At least one of the arguments is invalid.
- AccessException
- The user does not have access to the form.
- java.lang.Exception
- A system error occurred when the request was being processed.
Sample request
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.tririga.com">
<soapenv:Body>
<ws:getRequiredGuiFieldNames>
<ws:guiId>10002361</ws:guiId>
</ws:getRequiredGuiFieldNames>
</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>
<getRequiredGuiFieldNamesResponse xmlns="http://ws.tririga.com">
<out>
<anyFailed xmlns="http://dto.ws.tririga.com">false</anyFailed>
<failed xmlns="http://dto.ws.tririga.com">0</failed>
<responseHelpers xmlns="http://dto.ws.tririga.com">
<ResponseHelper>
<key>Detail::triStatusCL</key>
<name xsi:nil="true"/>
<recordId>-1</recordId>
<status xsi:nil="true"/>
<value>2</value>
</ResponseHelper>
<ResponseHelper>
<key>Detail::triUserMessageTX</key>
<name xsi:nil="true"/>
<recordId>-1</recordId>
<status xsi:nil="true"/>
<value>2</value>
</ResponseHelper>
<ResponseHelper>
<key>Detail::triFirstNameTX</key>
<name xsi:nil="true"/>
<recordId>-1</recordId>
<status xsi:nil="true"/>
<value>1</value>
</ResponseHelper>
<ResponseHelper>
<key>Detail::triNameTX</key>
<name xsi:nil="true"/>
<recordId>-1</recordId>
<status xsi:nil="true"/>
<value>2</value>
</ResponseHelper>
<ResponseHelper>
<key>Detail::triProblemLocationTX</key>
<name xsi:nil="true"/>
<recordId>-1</recordId>
<status xsi:nil="true"/>
<value>2</value>
</ResponseHelper>
<ResponseHelper>
<key>Detail::triLastNameTX</key>
<name xsi:nil="true"/>
<recordId>-1</recordId>
<status xsi:nil="true"/>
<value>1</value>
</ResponseHelper>
</responseHelpers>
<successful xmlns="http://dto.ws.tririga.com">0</successful>
<total xmlns="http://dto.ws.tririga.com">0</total>
</out>
</getRequiredGuiFieldNamesResponse>
</soap:Body>
</soap:Envelope>