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¶m1=[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¶m1=[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: