Home
Products
Documents
Downloads
Training
Forums
Blog
About Us
Friday, November 21, 2008
..::
Forums
::..
Register
Login
Forums
Search
Forum Home
Plug-in and Platform Forums
Outlook 2003 Plug-in
Relationship be...
Re: Relationship between Cases and Email is not defined
support
2100 posts
Joined
1/3/2006
Re: Relationship between Cases and Email is not defined
Posted: 12 Dec 07 8:45 PM
Whether an email is assigned to a case or a case is assigned to an email, it is the same stored procedure that gets called (spEMAILS_CASES_Update). We use two different views, depending on the location (vwEMAILS_CASES and vwCASES_EMAILS), but both use the same relationship table. Can you debug the SOAP call and confirm that the new code is working? It sounds like it is not.
ProjectThunder
7 posts
www.projectthunder.com
Joined
11/16/2007
Re: Relationship between Cases and Email is not defined
Posted: 13 Dec 07 7:49 PM
I added this to that SP you mentioned and it solved it.
update
emails
set
PARENT_ID
=
@CASE_ID
,
PARENT_TYPE
=
'Cases'
where
ID
=
@EMAIL_ID
Page 2 of 2
Previous
1
2
Plug-in and Platform Forums
Outlook 2003 Plug-in
Relationship be...
Flat View
Tree View
Oldest To Newest
Newest To Oldest
Forum Home
Search
Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.
Terms Of Use
Privacy Statement
DotNetNuke® is copyright 2002-2008 by Perpetual Motion Interactive Systems Inc.
SplendidCRM and SplendidCRM Software are trademarks of SplendidCRM Software, Inc. SugarCRM is a trademark of SugarCRM Inc. in the United States, the European Union and other countries. All other trademarks used in this web site are the property of their respective owners.