Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Security (
RSS)
-
|
This article has been written to answer the business need for a simple way for a user to pass a message to the System Administrator (or another colleague) without having to leave Sage CRM. The further...
|
-
|
In this article I would like to discuss a number of distinct concepts and then bring them together. Search Select Advanced Fields Security and Data Access Dynamically Changing Field Properties using an...
|
-
|
The following is a survey of all the different articles that have discussed creating and editing views within Sage CRM. Understanding SQL views is essential as they under pin just about every feature within...
|
-
|
Sage CRM has a very powerful set of security mechanisms to guard access to data. Row Level Security using the idea of Territory and Security Profiles. Field Level Security which guards Read, Write access...
|
-
|
This article has been updated to bring the code into line with the coding standard introduced in Sage CRM 6.2. I have previously discussed that access to buttons can be controlled by the 4 & 5 parameter...
|
-
|
This article has been updated to bring the sample code into line with the new standard introduced with Sage CRM 6.2. Access to buttons can be controlled by the 4 & 5 parameter of the CRM.Button() method...
|
-
|
When you insert a new record, the Territory field defaults to a territory called Default. This is not a true territory, but a territory placeholder. The Default entry remains in the field until the user...
|
-
|
Imagine that you have created a new page that lists data from either Sage CRM or an external system. It maybe that you have classified your users into two types. The first can only view the data, so the...
|
-
|
Introduction Sage CRM is integration-ready straight out of the box. It can integrate quickly with Sage ERP products, as well as other external applications through secure, standards-based web services...
|
-
|
I am going make the assumption you are working with Sage CRM 5.8 onwards. It is worth reminding ourselves that the security features in Sage CRM extend to cover the internal CRM reporting engine. If a...
|
-
|
The control of field level security can be found against each field listed under the Field tab in the customization area. Administration | Customization | TableName We know from the documentation that...
|
-
|
Sage CRM has a complex and sophisticated Security mechanism implemented as automatic alteration of the SQL used to fetch either the application data to the screen or the meta data that controls the availability...
|
-
|
When accessing Sage CRM via the Web Services API a user session needs to be created. private WebService WS=new WebService(); private logonresult SID; SID=WS.logon("wsuser","x3%b0H2"...
|
-
|
If you look at the Sage CRM database tables that are exposed in the WSDL file and also in the "custom_tables" meta data table it looks like you should be able to add users. But when working with...
|
-
|
I have been thinking about the problem of deleting a remote workers database from their SOLO machine. This maybe necessary if you want to make sure all data is cleared out before a system upgrade or if...
|
More Posts
Next page »