Hi All,
We are integration C4C & CTI and incoming calls are already working for CTI. We have a business requirement to enable outgoing call for CTI. Apart from the standard SAP documentation I am not able to find any help.
Can you please provide ...
Hi All,
We have a requirement in which we have to send notification/email to an employee if any MDR job fails due to any reason.
I have tried accessing the MDR object in sdk but not able to achieve it also during MDRO creation we don't get any op...
Hi All,
I have a requirement in which I need to edit the standard sales quote form and have to send it directly to the customer via email. The form should be automatically digitally signed(certificate based) before sending to customer.
D...
Hi All,
I am trying to add the product image column in sales quote form. I have created a copy of standard sales quote form and added a column by the name Product Image, now when I am trying to bind this column with product image I am not able to f...
Hi All,We have a requirement in which on save we have to transfer the data of one TextCollection node in a custom BO to another TextCollection node in another custom BO. I tried using "elementsof" TextCollection node but it is not populating with the...
Hello krpe ,It is possible to make “Save Query” and “Organize Queries” visible on custom screens.To achieve that you have to create anchors for the custom screen components (especially in the find form component). Once the anchors are created the “Sa...
Hi Praveen,The standard way to create a new button is with the following properties:Semantic: Quick CreateAssociated thing type: Use the alternate key from the bo structure or use SAP UUIDThe new button generally disappears when we try to recreate th...
Hi Pratibha,1. To enable merge option you have to scope the solution in business configuration > general business partner data > handling of business partner > do you want to enable account merge.2. Re-Parenting: I'll try to explain it via an example...
Hi Dhruvin,Could you please try with the below code sample:2. Try adding the prospect party while the creation of opportunity in the same line of code:Thanks,Jayant
Hi Dhruvin,As per your code, the opportunity creation is happening before the addition of prospect party which is causing the error. The code disappears after some time as the prospect party is added. You can try below methods:1. Call the action to c...