Re: Custom Drop Down Miss Value - CRM 7
This may be because your value is not set for the entity when you select one value from dropdown.You can check Setter method of the field for the same. Is it getting called when you select a value from...
View ArticleRe: Custom Drop Down Miss Value - CRM 7
There are many SAP bugs for activities reason/result please raise message to SAP after debugging if any custom code is not clearing up that entity/attribute. The issue is that the value which you are...
View ArticleRe: Performance - Search Account by TAX TYPE AND TAX NUMBER
Thanks a lot!! We copy the class CL_BUPA_IL_HEADER_SEARCH, and then:Go to SPRO:SAP Implementation GuideCustomer Relationship ManagementCRM Cross-Application ComponentsGeneric Interaction Layer/Object...
View ArticleRe: Performance - Search Account by TAX TYPE AND TAX NUMBER
Hi Nicol, Could you share the custom code of these methods? Regards,Caique
View ArticleRe: Performance - Search Account by TAX TYPE AND TAX NUMBER
Yes! Attached Methods. Caique, If you have time. Could you please check this issue?http://scn.sap.com/thread/3409655 Thank you very much!!
View ArticleRe: Custom Drop Down Miss Value - CRM 7
Method SET_CONC_KEY is worwing OK (Standard)Method GET_CONC_KEY is not working... Is Standard too.Both methods are being called. Thanks!
View ArticleBW Report With Parameters IN CRM_UI
Hi all, We are working on the implementing of an upgrade CRM 7.I need your help with the following issue. I need create a new Work Center to show BW Report (and pass BP number as parameter)How I can...
View ArticleBW Report With Parameters IN CRM_UI
Hi all, We need your help for the following issue. I need create a new Work Center in Navigation Bar to display an BI Report (passing BP as parameter).How I can resolve this?Where should I implement my...
View ArticleRe: CRM Interactive Scripting : BDC zone
Hello Eli, Let's check this link: http://scn.sap.com/thread/1316170 Maybe it could help. Regards,Rafal
View ArticleIssue in Account Fact Sheet for IC Agent
Hi Experts, I am doing configuraiton for Account Fact Sheet for our client for Interaction Center Agent. We want to show Oppportunity, Service Request, ERP Sales order as account fact sheet. I have...
View ArticleRe: Issue in Account Fact Sheet for IC Agent
Hi Ravi The ERP sales orders list in F/S webUI are retrieved through FM : CRMT_ERP_FACT_SHEET_RETRIEVE , can you please debug this FM to check what link is missing. Though you have maintained the...
View ArticleAutomatic Trigger HTMLB Event onClientClick
Hi Guys, I have a button on WebUI creating as shown in the below code -: <thtmlb:button id = "trackid" text = "<%= otr(CRM_IC_CMP_CCS/trackid) %>"...
View ArticleRe: Automatic Trigger HTMLB Event onClientClick
Hi Amit, If you want to trigger event on the starting of view try to call required event in in DO_INIT_Context method of view. Regards,Harish Kumar
View ArticleRe: Steps involved in Campaign Automation
Kishore,Perhaps you can explain how you solved your issue? It would really help those who experience the same issues as yourself. I am looking for any config/dev docs around campaign automation as...
View ArticleCRM Interaction Center - triggering script by clicked alarm
Hello Colleagues, Is there any possibility to trigger script and move into it by clicking alarm at header level? I have setup all conditions and alarms with IC Manager role, but Script is trigger only...
View ArticleRe: Automatic Trigger HTMLB Event onClientClick
Hi harish, Thanks for the information. The problem is the method which actually gets triggered is some javascript method which triggers on client (Not a server method like normal events on webui) . So...
View ArticleEnhancing Search Screen
Hello all, I'm new to CRM development (very new) and am a bit lost in all of the underlying concepts to elaborate solutions. In the past days I did a lot of research about the topic (read some...
View ArticleRe: Enhancing Search Screen
Hi Hermano, First way of adding new field and filter the result in EH_ONSEARCH is simple but in this we face one problem. After executing search then we filter the result and this mismatch our MAX_Hits...
View ArticleRe: Enhancing Search Screen
Hello Harish, First, thanks for your response. I did some digging on AET and found these...
View ArticleBAPI/FM to create Adjustment request
Hi all, Can you advice on a BAPI/FM to create Adjustment request? Regards, Mario
View Article