Captions

From Customer365 for SageCRM
Revision as of 12:33, 19 January 2012 by CrmtogetherPortal (talk | contribs) (Created page with "Captions are stored in the web.config file. All Captions begin with the "lbl" prefix. For Example: <add key="lblWelcomeMsg" value="If you are an existing customer please lo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Captions are stored in the web.config file.

All Captions begin with the "lbl" prefix. For Example:

<add key="lblWelcomeMsg" value="If you are an existing customer please log on here:"/>

To view which caption is against where in the portal turn on the "SetupCaptions" option by setting the value to "Y" (the default is "N")

   <add key="SetupCaptions" value="Y"/>

Then when you view the portal you will see the "lbl" tag in brackets beside the caption.