+ Add post
Hi Community,
We have this business requirement where we need to add duplicated communication options. For example, we can have two records for the same phone number.
When we try to add the same number, we receive the following error:
How can we turn off this validation/constraint?
Thank you in advance.
Best Regards,
Pedro Pinheiro
Like
Hello Pedro,
You can add a few equal phone numbers as the communication options. All you need is to choose the different types for them:
Hi Anhelina,
Thank you for the response.
The idea here is to use the same type. For example, we need to create multiple duplicated instances...MoreLess
I have here a scenario below
Scenario:
I want to override Account communication options ( NUI ) detail for me to add field validation on its fields.
My replacing client module
But upon overriding setValidationConfig(), I got this error
How could I fix this? or is it posible to override setValidationConfig() inside a detail or the setValidationConfig() only works inside an edit page?
Thanks
Give your code with a call setValidationConfig
But I think it's better case override BaseCommunicationDetail and ...MoreLess
Grigoriy,
Thanks Grigoriy, I got an idea.