Forms: Difference between revisions

From Customer365 for SageCRM
(Created page with "This is the documentation for the forms system. The forms system allows you to create contracts and agreements that can be signed in CRM and via the portal. *This is not par...")
 
No edit summary
 
Line 10: Line 10:
Emails sent are configured using the following settings in web.config
Emails sent are configured using the following settings in web.config


    <add key="FormsEmailCC" value="" />
     <add key="FormsEmailSubject" value="Document Attached" />
     <add key="FormsEmailSubject" value="Document Attached" />
     <add key="FormsEmailBody" value="Please find attached a pdf copy of the signed document" />
     <add key="FormsEmailBody" value="Please find attached a pdf copy of the signed document" />
-FormsEmailCC allows you to CC all forms emails to an account (single account only)

Latest revision as of 14:48, 21 May 2014

This is the documentation for the forms system.

The forms system allows you to create contracts and agreements that can be signed in CRM and via the portal.

  • This is not part of the default portal system.



Emails sent are configured using the following settings in web.config

   <add key="FormsEmailCC" value="" />
   <add key="FormsEmailSubject" value="Document Attached" />
   <add key="FormsEmailBody" value="Please find attached a pdf copy of the signed document" />

-FormsEmailCC allows you to CC all forms emails to an account (single account only)