Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration for Default Email and Phone in Customer Feed #15

Open
Shinde-nutan opened this issue Jan 8, 2025 · 0 comments
Open

Configuration for Default Email and Phone in Customer Feed #15

Shinde-nutan opened this issue Jan 8, 2025 · 0 comments
Assignees

Comments

@Shinde-nutan
Copy link
Contributor

The generate#CustomerSyncFeed service creates a CSV file to sync customer with NetSuite.
Some customer records may lack critical details, such as email or phone numbers, which are required by clients for a valid feed.

Problem:

Currently, the service does not handle cases where customer email or phone details are missing. There is no existing mechanism to configure default values for these fields.

Expected Behavior:

  • Introduce a configuration option to define default values for email and phone.
  • If a customer record lacks email or phone details:
    • Populate the missing fields using the configured default values.
  • Ensure the configuration is flexible to allow client-specific default values.
@Shinde-nutan Shinde-nutan self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant