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>

A LIME link follows this formatting scheme:

limecrm:CLASS.DATABASE.LIMESERVER?command=COMMAND[&PARAMETER=VALUE]
Parameter 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.

An example of a LIME link that opens a specific record and where CLASS refers to the database name of a table:

limecrm:company.lundalogik.cosmo?command=open&idcompany=1001

If a table label were to be used instead the link should look like this:

limecrm:1.lundalogik.cosmo?command=open&idcompany=1001

Executing the link will open the company record having ID 1001 in the database Lundalogik on the server named cosmo.

  • Last modified: 8 years ago
  • (external edit)