Status:
Answered
Hi there, I am looking at integrating the registration module with sugarcrm. This is the process >
User signs up
*System post data to sugarcrm, returns with sugarid
Moneyscripts store signup data
Redirect to payment merchant
Returns and create account if success
How can I store the sugarid in moneyscripts module? And when user returns, what should I do to insert sugarid in to my own module table?








Bron,
I suggest you integrate your module with the regular drupal registration process, perhaps by storing the data you need in a profile field or something similar. This data would then be stored in the database while the user is paying for the membership, and will get stored in the user profile when the user is created.
Sincerely,
Leighton Whiting