The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
SalesLogix Security API
Posted: 22 Jun 07 9:20 AM
|
Can someone describe (more that what is in the product bulleting) the new SalesLogix security API? What are some of the practical uses? |
|
|
|
Re: SalesLogix Security API
Posted: 23 Jun 07 4:39 AM
|
What it does is give you the ability to supplement the oledb provider security logic with your own.
One of the uses I have seen is where access to an account is dictated not by the account itself, but a record in a 1:M table underneath it. Ex: If the account participates in a plan that I manage, then I need to see that Account. Otherwise I have no access.
If you have ever controlled record access by using remotes and subscriptions - this enables you to apply that same logic on the LAN.
Hope that helps a little bit....
ws |
|
|
|
Re: SalesLogix Security API
Posted: 24 Jun 07 9:00 AM
|
We have a pretty good example in the dev 7.0 training guide.
It is a pretty neat API giving you access to the SQL as it passes through the OLEDB provider. You can grab the joins, wheres etc in an OO way and manipulate the SQL as it passes through. So if you always wanted to log SQL or append something to the where as was pointed out above here is where you can do it. I like to limit my account access to Sundays only
We should be making a training video of the example available soon. Email me if you want details on the availability |
|
|
| |
|