Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
New Idea
Showing ideas with status Implemented. Show all ideas

So right now the mobile client just opens google maps in a web browser when running the "showMapForAddress" function. It sure would be nice if it opened the native mapping application. I already use this, but it would be nice if it was included in the stock mobile client.

 

showMapForAddress: function(address) {
            if (navigator.userAgent.match(/ (android) /))
                window.location.href = String.format("geo:0,0?q={0}", address);
            else if (navigator.userAgent.match(/ (iphone|ipod|ipad) /))
                window.location.href = String.format("maps:q={0}", address);
            else   // web browser
                window.location.href = String.format("http://maps.google.com/maps?q={0}", address);        
        }

 This just does a browser check and returns a hyperlink accordingly. If you're on Android it will open your default mapping application (normally Google Maps, but you can change it to be another App). If you're on iOS it opens the google maps application. And if you're on neither it just redirects you to google maps as normal.

Status: Implemented

I can only add new Contacts to an Opportunity. I need to be able to add existing Contacts as well.

 

Ideally, i would also like to be able to select a Contact record on Opportunity entry.

 

Scenario 1: Create a new Opportunity from a Contact record. The contact record you were in is added to the Opportunity but you can only add additional new Contacts to the Opportunity

 

Scenario 2: Create a new Opportunity from an Account record. I cannot add a Contact at Oppo entry. Once the Opportunity has been created, i can only add new Contacts to the Opportunity- not link to an existing opportunity.

 

Scenario 3: An existing Opportunity. I want to add an additional Contact (having just found out the Decision Maker, 3rd Party Consultant etc). I can create them as a new record but I cannot add them if they already exist in my SLX database.

Status: Implemented

ERP Link Setup

Status: Implemented
by Copper Super Contributor anoshwadia on 04-22-2011 03:38 PM

I have some suggestions about the ERPLink setup wizard (the one you run from within the SalesLogix Client).

 

a) On the Customer Template Maintenance Screen (and other related screens) the fields that are required should be marked as required (maybe with a * sign). Typically a SalesLogix Business Partner has to gather this information from the MAS Business Partner and its useful to know which fields are needed.

 

b) After defining a template, you have to click on the Users button and select which users are assigned the template. A "Select All" button is sorely lacking here. I'm currently setting up ERPLink for a customer that has over 40 users and I'm having to go through each template and click on the checkbox next to each of the 40 users names.....several times over. Very painful!

 

Thanks!

Anosh Wadia

Status: Implemented
Anosh, if I understand your intentions correctly, then you should not have to select all of the users individually for each template. Instead, all users will get the default template if no specific users are assigned. So, for future reference, you would just skip the step to assign users and the template will be used for all users. We will consider options for making this more clear in the future. Thanks for the feedback.

We want to hear your cool ideas for enhancing Sage SalesLogix products and services. So add your own ideas or kudo (vote) on the ideas of others here! Watch the most valuable bubble to the top!

I have an idea! How do I get started?

One
Read our submission guidelines.

Two
Search for your idea. If you don't see it, submit a new one!

Three
Provide feedback on the ideas of others by voting with kudos and adding comments.
For more information about using ideas, read this thread.

Four
Track your ideas and those you like. Once you've posted or kudoed and idea, subscribe to be notified via email of the latest updates to the idea. From within the idea, click "Idea Options" which appears above the idea title and choose, "Subscribe to this idea".

Be sure to check back from time to time to see new ideas and status updates!

Here is a quick list of the recent ideas for speedy browsing!