Login / Register  search  syndication  about

          SalesLogix Questions & Answers

Your place to get answers to your SalesLogix related questions.

 Home  |   Subscribe via RSS  |   Subscribe via E-mail  |   

Business Rule Build Error in SalesLogix v7.5 Web Client

Question: I am trying to duplicate a business rule that only allows certain users to delete a record in SalesLogix v7.5 Web.  I believe that I have correctly duplicated the business rule but I am still receiving the following build error:

\\ERROR - C:\Documents and Settings\aadmin\Application Data\Sage\Platform\Output\Sage.SnippetLibrary.CSharp\src\Sage.SnippetLibrary.CSharp.@.62980b3c-40bd-4ec5-8be5-18185b90cc19.codesnippet.cs(36,23):The type or namespace name 'Security' does not exist in the namespace 'Sage.SalesLogix' (are you missing an assembly reference?)
ERROR - C:\Documents and Settings\aadmin\Application Data\Sage\Platform\Output\Sage.SnippetLibrary.CSharp\src\Sage.SnippetLibrary.CSharp.@.62980b3c-40bd-4ec5-8be5-18185b90cc19.codesnippet.cs(44,28):Type 'Sage.BusinessRules.CodeSnippets.AccountBusinessRules' already defines a member called 'CanDeleteStep1' with the same parameter types
/*
* This metadata is used by the Sage platform. Do not remove.

Sage.SnippetLibrary.CSharp
CanDeleteStep1


Sage.Entity.Interfaces.dll
%BASEBUILDPATH%\interfaces\bin\Sage.Entity.Interfaces.dll


Sage.Form.Interfaces.dll
%BASEBUILDPATH%\formInterfaces\bin\Sage.Form.Interfaces.dll


Sage.Platform.dll
%BASEBUILDPATH%\assemblies\Sage.Platform.dll


Sage.SalesLogix.dll
%BASEBUILDPATH%\assemblies\Sage.SalesLogix.dll


Sage.SalesLogix.Security.dll
%BASEBUILDPATH%\assemblies\Sage.SalesLogix.Security.dll

 

*/


#region Usings
using System;
using Sage.Entity.Interfaces;
using Sage.Form.Interfaces;
using Sage.SalesLogix.Security;
using Sage.Platform;
#endregion Usings

namespace Sage.BusinessRules.CodeSnippets
{
public static partial class AccountBusinessRules
{
public static void CanDeleteStep1( IAccount account, out Boolean result)
{
Sage.Platform.Security.IUserService userService=
Sage.Platform.Application.ApplicationContext.Current.Services.Get;

String un = userService.UserName;

result = Sage.SaleLogix.Security.User.IsUserInRole(un, "CanDelete");
// TODO: Complete business rule implementation
}
}

Answer: First, check for typos.  There is also a known defect in SalesLogix v7.5 in the VFS when a business rule is deleted.  Export the standard VFS, and remove the rouge code.

What's This?
  
Bookmark and Share

About SalesLogix Support

   Your SalesLogix Business Partner for SalesLogix Support.


Related Content
   Is there an issue with the SalesLogix Web Administrator version 8.0 in regards to adding users to Team Membership?
Question: In my database, it appears two users belonging to the same teams, have access to a different am
Posted on May 22, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   FREE Open Source Add-ons for SalesLogix version 8 web
SalesLogix is developing a number of FREE add-on solutions for SalesLogix version 8 web. Some of the
Posted on May 22, 2013 by Scott Weber to SalesLogix Product Blog
 
   What is the best way to delete unused Groups in SalesLogix?
After several years of using SalesLogix – we have hundreds of groups, most of which are no longer used as
Posted on May 21, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Can the SalesLogix Application architect's build process be automated?
Can the SalesLogix Application architect's build process be automated, or called from a batch file? W
Posted on May 16, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Is it possible to Sync SalesLogix Attachments based on Account Manager?
Is it possible to only sync SalesLogix Attachments from the accounts where the user is the account manag
Posted on May 15, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
Comments

No Comments
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