To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorStore updated membership details in capsuleCRM
In order to keep capsuleCRM up to date
As a commercial team member
I want changes made in the membership directory app to be stored back into capsuleCRM
- Background
-
- Given
- there is an existing organisation in CapsuleCRM called "Weyland-Yutani Corp"
- Given
- that organisation has a data tag called "Membership"
- And
-
that data tag has the following fields:
Level Email ID Newsletter partner [email protected] AB1234FG false
- Scenarios
-
- Membership information should be stored
-
- Given
- I have updated my membership details
- When
- the job is run to update my membership details in capsule
- Then
- there should still be just one organisation in CapsuleCRM called "Weyland-Yutani Corp"
- And
- that organisation should have a data tag
- And
- that data tag should have the type "Membership"
- And
- that data tag should have my updated email
- And
- that data tag should have my updated newsletter preferences
Last published about 7 years ago by Tech Team.