Saleslogix Logo
  • Home
  • About us
  • Why choose
    • Why choose Saleslogix
    • Top 10 reasons
    • Customer successes
    • Resources
  • Solutions
    • Solutions overview
    • Sales and sales management
    • Marketing
    • Customer service
    • Reporting & analytics
    • Mobile
    • Application integration
    • Deployment options
    • Professional services
    • What's new
  • Industries
    • Industries overview
    • Construction
    • Financial services
    • Government
    • Healthcare
    • Hospitality
    • Manufacturing
    • Professional services
    • Retail
    • Transportation
  • Marketplace
    • By business need
  • Support
    • Support programs
    • Support coverage
    • Contact support
  • How to buy
    • Purchase and Financing Options
  • Community
Go To
  • Saleslogix [CLOSED]
  • Product Forums
  • Customer Experience
  • Administration
  • Developer - Web Discussions
  • Developer - LAN, Mobile, Visual Analyzer
  • Integration
  • Saleslogix Cloud
  • IdeaLogix
  • Blogs
  • The Saleslogix Journal
  • Community Experience
  • Community Feedback
  • Register
  • ·
  • Sign In
  • ·
  • Help
  • Saleslogix [CLOSED]
  • :
  • Search
Community Home Request Access Read Blogs Share Your Ideas Search Community View My Settings
  • Posts
  • Users
 
  • Advanced Search...
Showing results for 
Search instead for 
Do you mean 
Show
By location
  • Community Saleslogix Community [CLOSED]
    • Community Welcome & Learning Lounge
    • Saleslogix Beta Lounge
    • Product Forums
      • There are no unread messages in this message board Customer Experience
      • There are no unread messages in this message board Administration
      • There are no unread messages in this message board Developer - Web Discussions
      • There are no unread messages in this message board Developer - LAN, Mobile, Visual Analyzer
      • There are no unread messages in this message board Integration
      • There are no unread messages in this message board Saleslogix Cloud
      • Idea Exchange IdeaLogix
    • Blogs
      • Blog The Saleslogix Journal
    • Global Partner's Lounge
    • Saleslogix Newgroups Archive (Partner & Saleslogix employee access, read-only)
    • Community Experience
      • There are no unread messages in this message board Community Feedback
By author
Turn on suggestions Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
By date
By metadata
By type of post
By contents
Advanced Search Options
The sequence of words you enter here will be in the same order and together in the search results. You may leave this field empty.
The sequence of words you enter here will be in the same order and together in the search results. You may leave this field empty.
Any one, but not necessarily all of the words you enter here will appear in the search results.
Any one, but not necessarily all of the words you enter here will appear in the search results.
Limits search results to topics that have no replies.
Limits search results to topics that have no replies.
 
  • Discussions
  • in accepted solutions
  • +
  • solved
  • +
  • in Developer - Web Discussions
1 - 10 of about 100 discussions
Sorted by:
Solution Date
  • Date
  • Views
  • Kudos
  • Replies
  • Best Match
Search Options
  • Subscribe to RSS Feed for this Search
  • Subscribe to RSS Feed for this Search
  • Permalink
There are no new messages in this topic
Accepted Solution

1
SaleLogix 7.5.1 ActiveMail

by mhallberg in Developer - Web Discussions
Is it possible to default the login screen to "use active mail this time"?   Thanks much Mark
  • Tags:
  • move_devweb
Show results in replies (1)
  • ...lso update sysdba.useroptions set optionvalue = 'True' where name = 'UseActiveMail' Message Edited b...
‎04-28-2009 03:18 PM
3 Replies
3344 Views
There are no new messages in this topic
Accepted Solution

1
How to Add Validation On Convert Button Click Even...

by inguva_vamsi in Developer - Web Discussions
Hi   I need to add one validation in button click event of convert lead in lead detail screen so that it should prompt to make user to fill one more field. Just like it is prompting ...
  • Tags:
  • 7.5
  • move_devweb
  • Web
Show results in replies (1)
  • Hi   I got solution for this issue. I am calling C# code instead of dialog action on success...
‎06-16-2009 11:45 PM
1 Reply
4973 Views
There are no new messages in this topic
Accepted Solution

1
SLX 7.5.1 Web RSS Feed

by Thomas in Developer - Web Discussions
Hi!   I am actually trying to implement a RSS Feed from Google News in the Web Client. Has someone an idea how I can display it in the Web Client in a accurate way?   Thanks, Tho...
  • Tags:
  • 7.5.1
  • Mashup
  • move_devweb
  • Web
Show results in replies (1)
  • Here is a working example...     http://sites.google.com/site/genesprojects/Home/s...
‎07-02-2009 07:04 AM
5 Replies
5373 Views
There are no new messages in this topic
Accepted Solution

1
Changing Logo on Customer Portal Login Page

by Thomas in Developer - Web Discussions
Hi!   As the subject already suggests, I want to change the logo on the login page of the customer portal. Has someone an idea how I can do that?   Thanks, Thomas
  • Tags:
  • CustomerPortal
  • move_devweb
  • Web
Show results in replies (1)
  • Easy.. It's in the ../SupportFiles/images/icons folder The file is: SLX08_SplashScreenREV2.jpg&nbs...
‎07-08-2009 07:50 AM
4 Replies
5462 Views
There are no new messages in this topic
Accepted Solution

1
How to Call Java Script Function On Form Change Ev...

by inguva_vamsi in Developer - Web Discussions
Hi   I want to call a java script function when ever user switches from one record to another record ( while in detail view). So i have written the code in the load event of the detail form(le...
  • Tags:
  • move_devweb
Show results in replies (1)
  • ...tatevalue + "';", true);       Regards, Vamsi Inguva
‎07-09-2009 06:18 AM
1 Reply
2723 Views
There are no new messages in this topic
Accepted Solution

1
Not able to find the web forms to map with salespr...

by inguva_vamsi in Developer - Web Discussions
Hi     I have created a salesprocess in architect(LAN) where i have  mandatory step for a selected stage value.Over here i need to call a web form to perform some action. But i am n...
  • Tags:
  • 7.5.1
  • move_devweb
  • SalesProcesses
  • Web
Show results in replies (1)
  • dont think the current architect can call a v7.5 web smartpart, it can either call a lan form or a ...
‎07-15-2009 11:05 PM
1 Reply
2647 Views
There are no new messages in this topic
Accepted Solution

1
Problem with Biz Rule Signature

by Veronka in Developer - Web Discussions
...().FindPropertyChange("FaxOptOut"); if (change != null) result = true; else result = false; } return result; } } ----------------------- When using it --------------------  if(a...
  • Tags:
  • move_devweb
Show results in replies (1)
  • So What I am doing to create a boolean rule is: Add a business rule. As the return type I select ...
‎10-19-2009 09:05 AM
4 Replies
4498 Views
There are no new messages in this topic
Accepted Solution

1
Popup Message onLoad Event?

by Veronka in Developer - Web Discussions
Hi,   Version Web Client 7.52   I thought this would be fairly easy....I tried 2 approaches to show a popup message on Account Detail OnLoad Event. None of them seems to work. Any sugge...
  • Tags:
  • 7.5.2
  • Dialog
  • move_devweb
  • Web
Show results in replies (1)
  • ...or the Account Details quickform, making sure that On Entity Changing = True and On Repaint Event = F...
‎10-27-2009 08:48 AM
2 Replies
5545 Views
There are no new messages in this topic
Accepted Solution

1
Smart Part Filtering

by mcordero in Developer - Web Discussions
So I am able to create a filter to Contacts of a certain type, but am unable to filter that type out and leave everyone else behind.   IRepository<IContact> repository = Entity...
  • Tags:
  • move_devweb
Show results in replies (1)
  • criteria.Add(ef.Eq("Account.Id", account.Id.ToString())); criteria.Add(ef.Disjunction().Add(ef.IsN...
‎01-05-2010 11:02 AM
2 Replies
3140 Views
There are no new messages in this topic
Accepted Solution

1
Crystal Server XIR2 on Win 2003 64-bit?

by jkuehlthau in Developer - Web Discussions
Hello,   Does Crystal Server XIR2 work on Win 2003 64-bit? Crystal and Web Reporting installed fine, but I get the error: "Method not found: 'Void CrystalDecisions.ReportAppServer.Repor...
  • Tags:
  • move_devweb
Show results in replies (1)
  • No.. no 64 bit ... and it does not work/install on Win2008 32 or 64 bit either.
‎01-21-2010 07:44 AM
16 Replies
8025 Views
  • « Previous
    • 1
    • 2
    • 3
    • …
    • 13
  • Next »
Powered by Khoros
Why choose
Overview
Top 10 reasons
Customer successes
Resources
Solutions
Sales and sales management
Marketing
Customer service
Reporting and Analytics
Mobile
Application Integration
Deployment Options
Customer Resources
What's New
Support
Marketplace
Connect With Us
Facebook
LinkedIn
Twitter
YouTube
Contact Us
Request Info
Call 866-873-2006