SugarCRM 7 equivalent urls for creating records

I have made the Call popups integrated with Asterisk Server.

Screenshot below:

1.png

From this Call Notification popup, I can create records as shown in image above.

And while creating record, the Account of contact details, automatically gets filled up.

For example (For create opportunity):

http://mysugar7.com/index.php?module=Opportunities&action=EditView&account_name=HDTechnoWeb&account_id=c2272d55-f9af-ecbf-48a1-56b83ef5cb61

For example (For create contact):

http://mysugar7.com/index.php?module=Contacts&action=EditView&phone_work=09033917453

This works for SugarCRM 6.x.

Now my question is : What will be the SugarCRM 7 equivalent urls for this.

Parents Reply
  • You could re-use the Leads module's convertbutton field to perform this operation.  This is probably best since it will make sure that the way you open the Lead Conversion drawer is the same.

    You can find the call to app.drawer.open() at modules/Leads/clients/base/fields/convertbutton/convertbutton.js.

    App Ecosystem @ SugarCRM

Children
No Data