FORUMS

c360 Forums
 Home        Members    Calendar    Who's On

Welcome Guest ( Login | Register )
      



HTTP Error 404 - Not found on Lookup click...Expand / Collapse
Message
Posted 6/16/2007 2:57:47 AMPost #1570
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
In Visual Studio the Contact Lookup shows Contacts from CRM but when I click on the New button or on the Properties button this appears:

The code:

ILookup tb1 = ControlFactory.CreateLookup();

tb1.AllowedObjectTypes.Add(otc); // otc = 2

tb1.AllowCreateNew = true;

tb1.AllowViewProperties = true;

tb1.LookupStyle = LookupStyles.Single;

tb1.ID = SectionParty_ + id;

Posted 6/16/2007 12:15:33 PMPost #1572
 

c360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guru
Most likely this error is caused by the fact that you are running you custom code on a dev machine while your CRM system is on a different machine.

This is a situation that requires you to make sure you configure the c360 SDK properly to indicate the URL to your CRM system. In particular, take a look at step 10ii in the following article: http://www.c360.com/Forums/Topic693-40-1.aspx

 

Posted 6/16/2007 8:53:54 PMPost #1573
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Thanks Jeremie.

Both on the same machine but adding the key solved the problem.

« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: kanika.jackson, Ken Champion

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 8:44am

Powered by InstantForum.NET v4.1.4 © 2009
Execution: 0.687. 8 queries. Compression Enabled.