This is an old revision of the document!
LIME links
LIME links are direct shortcuts to a record or a feature in LIME Pro. Examples of where LIME links are used in LIME Pro is in the “Please call” feature, Super Search results window and in action pads.
You can also build your own LIME links. The following links could for example be found in a standard HTML file:
<a href="limecrm:company.lundalogik.cosmo?command=open&name=Greenland%20Fir%20Trees%20AB">Greenland Fir Trees AB </a>
<a href="limecrm:plant.lundalogik.cosmo?command=new">Create new spruce plantation</a>
Format
A LIME link follows this formatting scheme:
limecrm:CLASS.DATABASE.LIMESERVER?command=COMMAND[&PARAMETER=VALUE]
| Parammeter | Description |
|---|---|
| CLASS | Database name or label of a LIME table. |
| DATABASE | The name of the LIME Pro database. |
| LIMESERVER | The name of the LIME Pro server. |
| COMMAND | The command to execute. |
| PARAMETER | Parameter name. Every command accepts different parameters, more info below. |
| VALUE | The value to use for the specified parameter. |