I’m trying to set up a form that creates a new account with minimal info and creates an opportunity associated with that account.
Name -> Account.name
Phone -> Account.phone_office
Address -> Account.billing_address_street
Amount -> Opportunities.amount
Date -> opportunities.date_closed
I don’t care If it’s in suiteCRM using BeanFactory or if I’m using a SOAP API from another website, but as I’m new to SuiteCRM, I’m not sure where to start. Any pointers?