Hi,
The product entity we don't any customize. use OOB.
Today, when create a new product and then I publish. I get the message here.
Can anybody help me why ?
Thanks,
<?xml version="1.0" encoding="UTF-8"?> <s:Envelope xmlns:s="schemas.xmlsoap.org/.../envelope"> <s:Body> <s:Fault> <faultcode>s:Client</faultcode> <faultstring xml:lang="en-US">Parent property can only be active, deleted or null.</faultstring> <detail> <OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts"> <ErrorCode>-2147220970</ErrorCode> <ErrorDetails /> <Message>Parent property can only be active, deleted or null.</Message> <Timestamp>2015-12-25T01:55:03.3223794Z</Timestamp> <InnerFault> <ErrorCode>-2147220970</ErrorCode> <ErrorDetails /> <Message>Parent property can only be active, deleted or null.</Message> <Timestamp>2015-12-25T01:55:03.3223794Z</Timestamp> <InnerFault xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /> <TraceText xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /> </InnerFault> <TraceText xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /> </OrganizationServiceFault> </detail> </s:Fault> </s:Body> </s:Envelope>