Change MAX_HITS Value from 100 to N
Hi All, I want to change the MAX_HITS value from 100 to 999 in default search Screen and it should allow to edit that max hit value from 100to N for search functionality. I have changed in set method...
View ArticleRe: Change MAX_HITS Value from 100 to N
Hi Shaik, to achieve this no development is necessary.Please have a look at the following document: Usage of Configuration Params - CRM - SCN Wiki Christian
View ArticleRe: Web UI Business Partner name formatting: Lastname / Firstname / Nickname
Hello Stefan, You could change the display of the name in the GET-method.By standard it takes the BOL-attribute DESCRIPTION_NAME but you could also access more details of the business partner via BOL...
View ArticleRe: Need to add one tab at standard Interaction Center Identify Account page.
Hi Peeyush, We need to check .htm page of the corresponding BSP Component.Probably there you may get logic for the existing 2 tabs. On the same lines we need to build logic forthe new tab. We need to...
View ArticleRe: CRM buying center jnetApplet error
Hi Pedro,It works if I add the http part as you suggest, but I get other security warnings, which I put in the attachment. I can achieve the same thing by lowering my java security, but either method...
View ArticleRe: Change MAX_HITS Value from 100 to N
Hi Christian, Thanks for the helpful information.Now it is showing default value as 999 and also when I edit the max hit and search, it is working correctly. But there is one issue, When I click to...
View ArticleRe: Need to add one tab at standard Interaction Center Identify Account page.
Hi Amrit, Thanks for the reply. But there is no coding for button in comp-CRMCMP_BPIDENT. This is being populated dynamically from CL_CRMCMP_B_OBJECTCOMPVS_IMPL & method - BUILD_TABLINK. But we...
View ArticleRe: change dropdown to f4 help in search result view
Hi, I implemented get_v and get_p method , write the code for f4 help nothing is working . Pls suggest some helpful answer .... RegardsAlok
View ArticleRe: Issue with personalize icon
Hi Dharma, This is happening for only one particular user , and even for him the personalization icon is not available for ERP sales order -> Items assignment block .
View ArticleRe: change dropdown to f4 help in search result view
Hi Alok, For displaying f4 help or dropdown get_v and get_p methods are not useful.You have to use get_dquery_definitions method in search view impl class, you can find sample code in this method for...
View ArticleRe: How to read survey answers?
Thanks Ramdas, for the Helpful reply and the explanation, thank you .
View ArticleHow can I delete my test project
Hi all! Can you help to delete my test project. I don't know how? There isn't delete button. (Transavtion: SPRO_ADMIN)
View ArticleRe: How to access association relation root object ?
Hi, Can you tell me the root objects name which are related? Regards,Deepika.
View ArticleRe: How to change CRM WEB UI work center group title
Hi, Title supports only 30 characters. You cant enter more than 30 characters. Regards,Deepika.
View ArticleRe: How to change CRM WEB UI work center group title
Hi Deepika, It is not allowing more than 30 characters. Thanks & Regards,madan
View ArticleRe: How to change Logical Link order in CRM WebUI?
HI, Change the order in Group ID( Define Navigation Bar Profine) and try not in Business Roles. Regards,Deepika.
View ArticleRe: How to change CRM WEB UI work center group title
The Data element for that field is 30 character only. You cannot enter more than 30 characters. Regards,Deepika.
View ArticleRe: Why I don't see created incident messages
Hi, Just open the st01 tcode and give your username in filters and clieck trace on. Then open your tcode to check the incident messages, and then turnoff the trace and check trace results for any...
View ArticleRe: How to access association relation root object ?
Hi Alok, Check in genil_model_browser for the root entity you are trying to access from the object, I mean suppose for oneorder you can find many root object. You can access from one root object to...
View Article