Seed address + prefix | Community
Skip to main content
Milan_Vucetic
Level 9
January 15, 2020
Solved

Seed address + prefix

  • January 15, 2020
  • 2 replies
  • 5348 views

Hi all,

 

we have issues with sending delivery to seed addresses which contains a plus (+) prefix.

Seed schema is extended and number is stored and shown properly (without +) in the forms but after delivery execution + is added and sendout to that number is failed.

This is the schema extension:

Any idea?

 

Regards,

Milan

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Amit_Kumar

Another option would be:

You can create a new field like newPhoneNumber and update target mapping to use that new field for sms.

 

FYI:

To delete an existing attribute on factory schemas follow the steps outlined here

  • Extend the scehma
  • Define the same attribute again in this extended schema (name must match) and then define _operation="delete"
  • Save the schema and update database structure.

<attribute name="attributename" _operation="delete"/>

 

Regards,

Amit

2 replies

Amit_Kumar
Level 10
January 16, 2020

Hi Milan,

This is happening because of your ootb data policy for the mobile phone. You have to add a new field in the recipient for mobile phone and update the target mapping to disable this behaviour. 

Alternatively: 

Did you uncheck the following checkbox in the connector?

 

 

anyone of these two will fix your issue.

 

Regards,

Amit

Milan_Vucetic
Level 9
January 17, 2020

Hi Amit,

I would avoid first option and second option is not available as we use a custom connector. I saw that is possible to edit default (locked) schema but not sure how to do it. Aware that is not recommended but this is really annoying problem because of one small "not-extensible" data policy 🙂 There must be some easier workaround.

Any other idea? Thank you in advance.

Regards,
Milan

Amit_Kumar
Amit_KumarAccepted solution
Level 10
January 17, 2020

Another option would be:

You can create a new field like newPhoneNumber and update target mapping to use that new field for sms.

 

FYI:

To delete an existing attribute on factory schemas follow the steps outlined here

  • Extend the scehma
  • Define the same attribute again in this extended schema (name must match) and then define _operation="delete"
  • Save the schema and update database structure.

<attribute name="attributename" _operation="delete"/>

 

Regards,

Amit