Please Log in or Create an account to join the conversation.
We've no official SugarCRM integration, so can't comment on such usage. However CBSubs is capable of executing database queries or executing code files via integrations, which should assist in such integration to SugarCRM.I need to be able to monitor if a potential client has logged into the Joomla site, and then modify a CB custom field to sync to the SugarCRM database via SugaryCB, so that sales staff can respond appropriately and management can track this.
No, expiration is based on subscription duration. You'd need to directly alter the database to expire at specific events using your own plugin or extension or do the very same with CBSubs API once CBSubs 1.1 releases.What I need to know is: Can CB Subs subscribe and unsubscribe people from a [Free] plan based on their activity or lack of activity on the site?
Yes, using CB triggers within a new CB plugin. Please see tutorials within my signature for trigger usage information.Does anyone know of alternative ways of modifying custom CB fields based on login or lack of login actvity in a given period on the site?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, for the time being until out CB API documentation is made available.Is this the main material on CB Triggers?
You'll need to search all of CB for its location and what is passed back. Generally $user object is always the first variable passed.but I am not seeing what is passed back - is this a boolean return?
I suppose so if that's what you want it to do.I then assume I have to code to mark out a cb custom field with a date logged in, and then run comparisons to that data to determine is people have logged in within a certain period.
That's all the documentation available at this time. An example is provided on-page with the tutorial. You may want to also review other plugins which may use triggers.Where do I find more detailed documentation of the use of these triggers, my programming level is not really up to being able to build from these details alone.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If additions to CRM can be done through database queries then I suggest CBSubs SQL Actions as will allow execution of queries based on subscription. With release of 1.1.2 you can now make those queries on internal OR external databases. Otherwise you could use CBSubs URL to perform a POST, GET, etc.. request on a code file that'll perform the addition to CRM.What is the best way and software to use to work with CBSubs but to also add a CRM in order for sales to deal with the new paid and non paid subscribers.
CBSubs can't be modified, it's encoded.Would it be best to customize CBSubs and if so are there any recomended places to find developers to modify CBSubs to be utilized as a CRM as well.
Please Log in or Create an account to join the conversation.