Login / Register  search  syndication  about

          Kris Halsrud's Blog

Kris Halsrud on development and Integration with CRM and Development

Creating new custom entities in the SalesLogix web entity model - A warning

I recently ran into a problem where after adding a new custom entity to a system I was unable to do a build in the application architect.  I was suddenly getting errors like:

C:\Documents and Settings\user\Application Data\Sage\Platform\Output\implementation\Account.cs(159,23):The type name 'Int32' does not exist in the type 'Sage.SalesLogix.Entities.System'

C:\Documents and Settings\user\Application Data\Sage\Platform\Output\implementation\Account.cs(159,23):The type name 'String' does not exist in the type 'Sage.SalesLogix.Entities.System'

 

It took me a second to figure out why I was suddenly unable to build.

Then it occurred to me.

I had created a new entity named "System".

Well in doing this, I inadvertently caused a conflict where they system was confused by the standard System class and my new Entity called System.

So a word to the wise.  Carefully consider the name of your entities.  Don't create them using the same name as Classes that will be used by the system (and by system I mean SalesLogix, not System :) ).

What's This?
  
Bookmark and Share

About Kris Halsrud

   Kris Halsrud is a Senior Analyst / Developer for Customer FX Corporation.


Related Content
   Demystifying SalesLogix Web: Dashboards and Analytics Tools
Join us for a free webinar, Wednesday, May 15th at 2pm CDT. The SalesLogix Web dashboards and analytics
Posted on May 08, 2013 by Brianna Tinjum to The Inbox
 
   Bundling and Deploying SalesLogix Mobile Customizations
Once you've started creating customizations for your SalesLogix Mobile, at some point you'll want
Posted on Apr 16, 2013 by Ryan Farley to Ryan Farley's Blog
 
   How can I make sure I am logging into the correct SalesLogix web client database?
I just recently did a updated conversion of our production database (which is 6.2x) and I'm trying to
Posted on Apr 15, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   The SLXOLEDB.1 provider is not registered on the local machine
Ever seen this error before when logging into the SalesLogix web client?  Ofter this is a result of
Posted on Apr 04, 2013 by Kris Halsrud to Kris Halsrud's Blog
 
   Modifying SLX Mobile 2.0 to deploy customizations on a normal App Architect deployment
 In order to have your customizations, that have been added to the SalesLogix Mobile 2.0 client, be
Posted on Mar 27, 2013 by Kris Halsrud to Kris Halsrud's Blog
 
Comments

 

Kris Halsrud said:

In a recent post I wrote about being careful about what names you give your Entities to prevent them

November 11, 2009 7:53 AM

Leave a Comment

(required)  
(optional)
(required)  
Add
All contents Copyright © 2013 Customer FX Corporation
Customer FX Corporation
2324 University Avenue West, Suite 115
Saint Paul, Minnesota 55114
Tel: 800.728.5783

  Follow @CustomerFX on twitter
Follow the best news, tips, and articles
  Subscribe to Customer FX on youtube
Watch SalesLogix tutorial videos from Customer FX
Login / Register