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 membership ID in capsuleCRM
In order to keep capsuleCRM up to date
As a commercial team member
I want generated member IDs to be stored back into capsuleCRM when they are created
- 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 partner [email protected]
- Scenarios
-
- Member ID should be stored
-
- Given
- a membership has been created for me
- When
- the job is run to store the membership ID back into 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 the level "partner"
- And
- that data tag should have the email "[email protected]"
- And
- that data tag should have my new membership number set
Last published over 7 years ago by Tech Team.