HOME | SOLUTIONS | INDUSTRIES | SERVICES | ABOUT US | NEWS & EVENTS | SUPPORT CENTER | CONTACT

 
Product Documentation
Dovetail SelfService
Knowledge Base
Support Forums
Employee Blogs
Contact Us

fcclient: how to have biz rule messages include a URL that can pop a page (Article # 97)

View products that this article applies to.

Problem:

fcclient: how to have biz rule messages include a URL that can pop a page

Resolution:

Set up your business rule message like:
http:// <Path to fcclient>/console/console.asp?command=casebyid&param1=[Object ID]

where <path to fcclient> will be something like myserver/fcclient


Example:
RE: Test Notification
Something  just happened on [Object Type] [Object ID]
Click the link below to view this [Object Type]:
http://localhost/fcclient/console/console.asp?command=casebyid&param1=[Object ID]




Available Commands   Param1      Param2
-----------------------------------------------------------------------------------------------------
newcase                      n/a         n/a
casebyobjid      case objid      n/a
casebyid                      case id number      n/a
crbyid         bug id number      n/a
prheaderbyid      PR header id number   n/a
prdetailbyid      PR Detail id number                   n/a
newcaseforcontact                   contact objid      site objid
contactbyobjid      contact objid      n/a
newinteract      n/a         n/a


You can modify the list of available commands by adding code to the ExecuteCommand function in console.asp


Note: The following files changed since fcclient 3.0 to support this:
console.asp
login.asp
login2.asp
inc_page_init.asp

Applies To:

Copyright © 2008 Dovetail Software, Inc. All rights reserved.

 

support center | blogs | terms & conditions | contact