FLOW: Create Membership Create Data Processing Event Listener #193
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A few questions were outstanding at time of submit:
Is there a naming convention for Membership Name, as it is not autonumber. Currently I have Account Name - Product Name - Today’s date - No, not yet, this seems a good start
** ok left as is.
Is the Start Date today? I don’t see a date in the form submission. Is it related to Grace Period in any way? Start date should be created date on the MFS if it's new, otherwise don't touch.
** left as today.
Is the Status always ‘current’? Yes - different process handles expiration
** 'current' is set
Do we leave Type field blank? There is a picklist on membership (Individual, Organization, Household) and a free text field on the membership form submission. Also don’t seem to be able to determine the type from the account. I think we should probably add this...
** left as is for now as picklist is restricted. Can revisit logic?
Critical Changes
New Flow added to create membership
Changes
n/a
Issues Closed