You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: