Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Search Select Advanced (
RSS)
-
|
I was recently asked how to change the view order of the drop down in a SSA field (Advanced Search Select/Search Select Advanced). The sorting is always on the view field for the SSA field in alphabetical...
|
-
|
Recently I was asked if it is possible to restrict a Search Select Advanced field based on criteria that may change client-side. The answer was no, it's not possible through standard customization...
|
-
|
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...
|
-
|
One of the neat features in CRM is the ability to restrict a Search Select Advanced (SSA) field by another field. An example of this behavior can be seen in the Web Picker screens where the Person SSA...
|
-
|
CRM allows you to change the display fields used in an Search Select Advanced (SSA) field but it does not give you control over the order of the fields displayed. The following function, placed in the...
|
-
|
This article has been updated to correct links and to bring the code in line with the convention introduced in Sage CRM 6.2 I have covered the EntryTypes used in CRM in an earlier article, " Sage...
|
-
|
This article has been updated to correct links Notes In the above image you will see a couple of the rows marked to indicate that there are further notes. Also a feature marked N/A indicates that the method...
|
-
|
This article has been updated to correct links I have written about the quirkiness of the Self Service API previously in the article " Self Service Quirks ". It that post I pointed out that the...
|
-
|
This article has been updated to correct links and to correct code. There have now been a few articles posted here that discuss Self Service . So if you have been reading these or have been working with...
|
-
|
I steal from colleagues and now I shamelessly steal from partners. This is a good example of coding the properties of a Search Select Advanced field in an ASP page. The most important thing to point out...
|
-
|
Simple things can become show stoppers. I was asked if there was anyway to expose the Product Code field in the Line Items area when building a Quote? The customer wants to enter order by code or SKU number...
|
-
|
Purpose : Hide the Search Select Advanced Field. It is easy to hide the text fields(using Capt_/Data_), but to hide the gif image / underlying URL the following script can be used. This script is tested...
|
-
|
If we assumed that the new table is called Vacancy Add the following translations, family=SS_Entities, code='Vacancy', capt_us='Vacancy' family=SS_SearchTables, code='Vacancy',...
|