This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Calling functions with a URL

From Group-Office Groupware and CRM Documentation
Jump to: navigation, search

Sometimes it's necessary to send out an e-mail with a link that opens a dialog inside Group-Office. You can create such a URL with the following function:

GO::createExternalUrl('yourmodule', 'showDialog', array('aparameter'));

This will call GO.yourmodule.showDialog("aparameter");