Making ID property editable in BCC- Custom Repository
To make ID property editable in BCC, please follow below steps.
Step 1: Create Attribute with value "true".
<add-item item-descriptor="attributeValue" id="MYAvAddrsEditId"> <set-property name="value"><![CDATA[true]]></set-property></add-item>
Step 2: Update the existing ItemMapping, else create new.
<update-item item-descriptor="itemMapping" id="MYImAddress"> <set-property...