Avatar

Community Advisor

Hi David,

I am still struggling with this. As mentioned, your solution works on fresh install of ACM (tried on VMs).

Once again, this is how part of default schema looks like:

1827916_pastedImage_0.png

This is how it looks my extension of nms:seedMember:

1827920_pastedImage_1.png

Black fields referencing extension of nms:recipient schema.
You will notice common element. Tried without this element and schema preview looks as default one.

With this element schema preview looks like this: (which is fine I would say, but does not work)1827921_pastedImage_3.png

Interesting is that there is another element  (below) with name "custom_nms_recipient" in default nms:seedMember schema.

<element name="custom_nms_recipient">

      <attribute dataPolicy="phone" default="@phone" name="mobilePhone" user="true"/>

      <attribute dataPolicy="phone" name="phone"/>

      <attribute dataPolicy="phone" name="fax"/>

    </element>

Is it possible to overwrite these two elements with the same name in schema extension?

Regards,

Milan