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

Handling Custom Fields in the Customer Feed #16

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

Handling Custom Fields in the Customer Feed #16

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

Comments

@Shinde-nutan
Copy link
Contributor

The generate#CustomerSyncFeed service generates a CSV file to sync customer data with NetSuite. Different clients may require custom fields to be included in the customer feed to meet specific business or integration needs.

Problem:

Currently, there is no implementation to dynamically handle or include custom fields in the customer feed. requiring code changes for every client-specific customization. custom fields like: Account Origin, Account Source, Department, Tax Item

Expected Behavior:

  • Introduce a mechanism to handle custom fields dynamically in the customer feed:
    • Allow configuration of custom fields that need to be included in the feed.
    • Fetch values for these custom fields during feed generation.
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