Not able to update EffectiveEndDate in HZ_CUSTOMER_PROFILES_F table using Soap webService
Summary:
We basically want to end date a specific record in HZ_CUSTOMER_PROFILES_F table using the Soap WebService :-
https://servername/fscmService/ReceivablesCustomerProfileService?WSDL
In the Payload, we are populating the value for the field 'CustomerAccountProfileId', 'EffectiveEndDate', 'PartyId'.
However, upon attempting the same, we are getting the error as 'Attribute EffectiveEndDate in view object CustomerProfile cannot be set'.
Also, In the request payload, there is no any field with name 'Status' to mark the status of a record in the table HZ_CUSTOMER_PROFILES_F as 'Inactive'.
0