How to update Party Number using GroupService
Summary
I want to update Party Number using the Group Service but an error is being returned saying that the attribute is read onlyContent
Hi Guys,
I can't update the Party Number of a Household record using the Group Web Service (updateGroup/mergeGroup) because of the following error: oracle.jbo.ReadOnlyAttrException
Is it possible to update a Party Number?
Thanks,
Ed
Version
20bCode Snippet
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Header/> <env:Body> <env:Fault> <faultcode>env:Server</faultcode> <faultstring>JBO-27024: Failed to validate a row with key oracle.jbo.Key[PARTY_ID ] in GroupDEOJBO-27004: Attribute set for PartyNumber in entity GroupDEO failed</faultstring> <detail> <tns:ServiceErrorMessage xsi:type="tns:ServiceRowValErrorMessage" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <tns:code>27024</tns:code>
Tagged:
0