Change customer attribute validation based on customer group in customer registration form in back-end in Magento2 [closed] - magento2

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
I am new to Magento and I want to change customer attribute validation based on select customer group, for example refer to the below image.
When I select customer group 'general' the company field is required and if I select customer group 'wholesale' the company field is not required.

Related

How can I change the data of a table from Python? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
I want to use an interface to embed my table received from Locker Studio and then change the data of the table by only using my interface to enter a new data.
I searched through APIs but couldn't find what directly solves my problem.

Get facebook users email [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I am looking for a way, that when I get a Facebook user ID, I can get their email too.
At the moment, I cannot find any way to get their email from their Facebook acc/id.
The only way to get the email of a user is by creating an App and letting the user authorize it with the "email" permission/scope. There is no other way.

how to get the FULL details for the current user using UserService, including their default address? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
The default address data returned contains country and region codes, but not country and region names.
Any one know if there's a way to do that in Spartacus, or would that be something custom?
Good question! You can use Spartacus's configurable endpoint mechanism to achieve this.
For your particular case, you would want to override the addressDetail and addresses endpoints. You will need to add the FULL fields for country and regions your endpoints will look like this:
addresses: 'users/${userId}/addresses?fields=DEFAULT,addresses(country(FULL),region(FULL))',
addressDetail: 'users/${userId}/addresses/${addressId}?fields=country(FULL),region(FULL)',
Alternatively, you could just add fields=FULL to receive ALL the available details.

Required facebook integration for adding page tab on seller page [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I(Merchant) have a eCommerce store where buyers can buy a sellers product.
Now i want to implement tab on seller's Facebook page. Where i can list all their products.
Is this possible by coding? ASp.net or javascript.

Automatically adding email addresses from Form to Contact Group [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am in charge of an upcoming student conference and have created a registration form on Google Drive where one of the 'questions' asked was of the email address of the registrant. In Google Drive all the email addresses are collated in one column.
Is there a way to automatically sync this column of email addresses to a specified Contact Group so that every other registrant's email address will be updated in the group? This will help facilitate my responding to them on updates of the conference.
Thank you very much for your help :)