Login /
Register
search
syndication
about
|
|
 |
Note: this subscription applies to the current blog only. You will receive each new post via e-mail. Your e-mail address will not be used for any other purpose.
Browse by Tags
All Tags » API ( RSS)
-
|
The SalesLogix Mobile client is more customizable than you might think. It's easy to assume that the new architecture isn't as customizable as you might be used to with SalesLogix Web or LAN clients. However, it does sometimes take some rethinking. In this article we'll look at how to add a customization that pulls in data from the Twitter API and displays on the contact detail. We'll delay the loading of the data so that the contact detail will display quickly and bring in the data from Twitter when it is received.
|
-
|
When you're developing an application or customization using SData for SalesLogix, the fewer trips you make to the server the better. Moving data back and forth across the wire will always be the biggest bottleneck in your code, so making use of nested payloads will save you some trips by bringing all the data you're after back in one pass.
|
-
|
In this fourth post in the SalesLogix SData series, I will introduce how to write queries for SalesLogix SData and will point to a useful resource as you get started, or more comfortable with SData. View the SalesLogix SData series index SData Query Language...
|
|  |
|