https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-Cloud-Applications-Studio-qa.xml SAP Community - SAP Cloud Applications Studio 2024-05-20T11:12:21.886574+00:00 python-feedgen SAP Cloud Applications Studio Q&A in SAP Community https://community.sap.com/t5/technology-q-a/how-to-show-transient-field-on-businesspartner/qaq-p/13589466 How to show Transient Field on BusinessPartner? 2024-01-31T14:34:58.462000+01:00 63abapdeveloper https://community.sap.com/t5/user/viewprofilepage/user-id/759511 <P>Hi,</P><P>I created a new Transient field on&nbsp;</P><P>[Extension] businessobject AP.FO.BusinessPartner.Global:BusinessPartnerSolutionExtensions</P><P>If I enhance Screen, I got the Message:&nbsp;</P><TABLE><TBODY><TR><TD>Cannot enhance screens; no UIs exist for business object BUPA_SOLUTION_EXTENSIONS</TD></TR></TBODY></TABLE><P>I want to show this field on BusinessPartner. How to do that?</P><P>&nbsp;</P> 2024-01-31T14:34:58.462000+01:00 https://community.sap.com/t5/technology-q-a/access-the-salepricelist-business-object-association-with-the-supplier-and/qaq-p/13590730 Access the SalePriceList Business Object association with the Supplier and Material Business Object 2024-02-01T11:19:48.620000+01:00 Soraya-Ouardi https://community.sap.com/t5/user/viewprofilepage/user-id/1386845 <P>I can't find the associations of SalesPriceList with the Supplier and Material Business Objects knowing that we need both these values to create a new Price List. I want to do a development on the ABSL where I have to access the Price in the PriceList through the material ID and Supplier ID but I can't seem to find any association in the repository view. Please let me know How I can achieve that. Thank you in advance!</P> 2024-02-01T11:19:48.620000+01:00 https://community.sap.com/t5/technology-q-a/createselectionparams-not-working-as-expected/qaq-p/13598072 CreateSelectionParams not working as expected 2024-02-07T14:43:59.117000+01:00 DisplayName2 https://community.sap.com/t5/user/viewprofilepage/user-id/167216 <P>Hi</P><P>I have Customer with phone number&nbsp;<SPAN class="">+48 202402071418</SPAN></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DisplayName2_0-1707312774176.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/62098i540A72BC9CF7C6EF/image-size/medium?v=v2&amp;px=400" role="button" title="DisplayName2_0-1707312774176.png" alt="DisplayName2_0-1707312774176.png" /></span></P><P>Next I'm making Customer query by Phone, like this: (note it's "2402071418" not "<FONT color="#FF6600">20</FONT>2402071418" in parameter)</P><P>&nbsp;</P><pre class="lia-code-sample language-abap"><code>var customerQueryComm = Customer.QueryByCommunicationData; customerQueryComm_SelParams.Add(customerQueryComm.NormalisedPhoneNumberDescription, "I", "EQ", "2402071418"); customerQueryComm_Results = customerQueryComm.Execute(customerQueryComm_SelParams);</code></pre><P>&nbsp;</P><P>And I have 1 row in result!&nbsp;</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DisplayName2_1-1707312947108.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/62105iB31E89AE3DAE3581/image-size/medium?v=v2&amp;px=400" role="button" title="DisplayName2_1-1707312947108.png" alt="DisplayName2_1-1707312947108.png" /></span></P><P>I mean, equal means equal, right? At least that's how it is in my English.&nbsp;In SAP English, equal means if it contains a substring, because <FONT color="#FF6600">20</FONT>2402071418 is not equal to 2402071418</P><P>How to query for EQUAL value?</P> 2024-02-07T14:43:59.117000+01:00 https://community.sap.com/t5/crm-and-cx-questions/ability-on-validate-email-address-on-sending-an-email-with-badi-validate/qaq-p/13599396 Ability on validate Email address on sending an email with BADI VALIDATE_RECIPENT_EMAILOUT 2024-02-08T13:43:50.400000+01:00 Tanuja https://community.sap.com/t5/user/viewprofilepage/user-id/1393662 <P><SPAN>HI Team, </SPAN></P><P><SPAN>I need to get info on new release about Ability on validate Email address on sending an email with BADI VALIDATE_RECIPENT_EMAILOUT.<BR />It would be helpful if you can provide us BADI Documentation for our reference.<BR /><BR />Regards, Tanuja</SPAN></P> 2024-02-08T13:43:50.400000+01:00 https://community.sap.com/t5/technology-q-a/add-field-from-custom-bo-to-standard-bo/qaq-p/13599407 Add Field from Custom BO to Standard BO 2024-02-08T13:50:58.899000+01:00 63abapdeveloper https://community.sap.com/t5/user/viewprofilepage/user-id/759511 <P>Hi,</P><P>I have a Custom BO and I want to show one field from Custom BO in the standard BusinessPartner BO.</P><P>Is this possible?</P><P>Thanks</P> 2024-02-08T13:50:58.899000+01:00 https://community.sap.com/t5/technology-q-a/cap-tutorial-cds-command-not-found/qaq-p/13605313 CAP Tutorial - CDS Command not found 2024-02-14T16:26:11.978000+01:00 PatrickDean https://community.sap.com/t5/user/viewprofilepage/user-id/41272 <P>Doing the tutorial at&nbsp;<BR /><A href="https://developers.sap.com/tutorials/build-cap-app.html" target="_blank" rel="noopener noreferrer">https://developers.sap.com/tutorials/build-cap-app.html</A><BR />And the stage "Build a CAP Application".</P><P>Step 4 - When the tutorial tells me to "<SPAN>Create a new project using&nbsp;</SPAN><A href="https://cap.cloud.sap/docs/tools/#cds-init-add" target="_blank" rel="noopener nofollow noreferrer">cds init</A><SPAN>."</SPAN></P><P><SPAN>The terminal returns :&nbsp;</SPAN></P><P><EM>user: projects $ cds init incident-management<BR />bash: cds: command not found</EM></P><P>Any suggestions please? My Workspace all seems in order...?</P><P>&nbsp;</P> 2024-02-14T16:26:11.978000+01:00 https://community.sap.com/t5/technology-q-a/how-to-extend-service-interface-in-cloud-for-customer/qaq-p/13614411 How to extend service interface in cloud for customer? 2024-02-21T14:14:32.402000+01:00 63abapdeveloper https://community.sap.com/t5/user/viewprofilepage/user-id/759511 <P>Hi,</P><P>we have Incoming web service messages like&nbsp;<SPAN>BusinessPartnerReplicationIn. That updates the BusinessPartner in Cloud for Customer.</SPAN></P><P><SPAN>I want to extend this service interface. For example overwrite some data or ignore some fields.</SPAN></P><P><SPAN>Is that possible with SAP Cloud Applications Studio or in C4C?</SPAN></P><P><SPAN>Thanks.</SPAN></P> 2024-02-21T14:14:32.402000+01:00 https://community.sap.com/t5/crm-and-cx-questions/implementation-of-domain-warning-message-for-non-business-required-email/qaq-p/13615247 Implementation of Domain Warning Message for Non-Business Required Email Addresses on Ticket Screen 2024-02-22T09:21:28.749000+01:00 Tanuja https://community.sap.com/t5/user/viewprofilepage/user-id/1393662 <P><SPAN>Dear Experts,<BR /><BR />At the interaction level on the ticket screen, when a user enters a domain in the "To" field that is not business-required, we need to display a warning message (as a pop / Dialog box ) asking if they wish to proceed.<BR /><BR />is it possible to enhance as per the requirememt?<BR /><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="POP.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/69085i7006B8D75E4A8E13/image-size/medium?v=v2&amp;px=400" role="button" title="POP.png" alt="POP.png" /></span>Attached img for reference.&nbsp;<BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR />Regards,<BR />Tanuja T.</SPAN></P> 2024-02-22T09:21:28.749000+01:00 https://community.sap.com/t5/technology-q-a/how-to-enhance-standard-web-service-in-c4c/qaq-p/13626027 How to enhance standard web service in C4C? 2024-03-02T20:20:35.508000+01:00 63abapdeveloper https://community.sap.com/t5/user/viewprofilepage/user-id/759511 <P>Hi,</P><P>in SAP Sales Cloud we have standard web services like&nbsp;<SPAN>BusinessPartnerReplicationIn.</SPAN></P><P><SPAN>Is there any possibility to enhance this or to define own logic.</SPAN></P><P><SPAN>In my case, I have to ignore the field "Textcollection" from the ERP, because it deletes our notes in C4C.</SPAN></P><P><SPAN>Another case: our C4C only allows to create BP Identification Numbers. If we got a update, we have many failures in the inbound.</SPAN></P><P><SPAN>Now how can I change or enhance the web services BusinessPartnerReplicationIn or&nbsp;ObjectIdentifierMappingReplicationIn ?</SPAN></P><P><SPAN>Thanks for answers</SPAN></P> 2024-03-02T20:20:35.508000+01:00 https://community.sap.com/t5/crm-and-cx-questions/pdi-sap-cloud-application-studio-2402-pilot-quot-one-or-more-breakpoints/qaq-p/13632334 PDI - SAP Cloud Application Studio 2402 (Pilot) - "One or more breakpoints could not be set" 2024-03-08T14:09:22.032000+01:00 VoJu https://community.sap.com/t5/user/viewprofilepage/user-id/12077 <P>Hello,</P><P>I have often the problem in SAP Cloud Application Studio that breakpoints are not set. Even if I save and activate the file again and I start the Studio again and log-off and log-in again with the user. I also refreshed the Solution mentioned here&nbsp;<A href="https://userapps.support.sap.com/sap/support/knowledge/en/3043406" target="_blank" rel="noopener noreferrer">https://userapps.support.sap.com/sap/support/knowledge/en/3043406</A>&nbsp;</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VoJu_0-1709902900723.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/77602i69167E5AEADF2338/image-size/medium?v=v2&amp;px=400" role="button" title="VoJu_0-1709902900723.png" alt="VoJu_0-1709902900723.png" /></span></P><P>It is a original solution in corection and test environment:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VoJu_1-1709902999539.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/77603i9B59B73E856908BF/image-size/medium?v=v2&amp;px=400" role="button" title="VoJu_1-1709902999539.png" alt="VoJu_1-1709902999539.png" /></span></P><P>Why is it so complicated to set a breakpoint compared to an ABAP Editor? And how to fix this issue?</P><P>Thanks and best regards,</P><P>Julian</P> 2024-03-08T14:09:22.032000+01:00 https://community.sap.com/t5/crm-and-cx-questions/filter-attachments-displayed-on-customer-bo/qaq-p/13640225 Filter Attachments displayed on Customer BO 2024-03-16T00:03:40.081000+01:00 nathalie_fouche-nawrot https://community.sap.com/t5/user/viewprofilepage/user-id/570887 <P>Hi,</P><P>I'm trying to create 3 EC to display Attachments linked to Customers (BO); these 3 EC would be filtered according to TypeCode (standard and custom ones), however, it seems it doesn't work properly.</P><P>I have followed the last part of this article "Display selected Documents in Front End" (<A href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/selected-document-type/ba-p/13329469" target="_blank">https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/selected-document-type/ba-p/13329469</A>), it works for a custom BO, but not for an EC of Attachments based on Customer standard BO, all attachments keep on displaying.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nathalie_fouchenawrot_3-1710543223309.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/81643iA547AE359348B147/image-size/medium?v=v2&amp;px=400" role="button" title="nathalie_fouchenawrot_3-1710543223309.png" alt="nathalie_fouchenawrot_3-1710543223309.png" /></span></P><P>Here it the reuse COD_Documentlist:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nathalie_fouchenawrot_1-1710543153411.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/81641i8E9BC7AE664D74B1/image-size/medium?v=v2&amp;px=400" role="button" title="nathalie_fouchenawrot_1-1710543153411.png" alt="nathalie_fouchenawrot_1-1710543153411.png" /></span></P><P>The binding is correct:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nathalie_fouchenawrot_2-1710543185603.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/81642i852E09F9D757CD73/image-size/medium?v=v2&amp;px=400" role="button" title="nathalie_fouchenawrot_2-1710543185603.png" alt="nathalie_fouchenawrot_2-1710543185603.png" /></span></P><P>Worse, is the AdvancedListPane for DocumentList (Customer.Root.AttachmentFolder.DocumentList), everything is bind correctly, but somehow, CategoryType and TypeCode values just don't display in the list...</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nathalie_fouchenawrot_5-1710543487224.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/81645i87DA34D07BFB0768/image-size/medium?v=v2&amp;px=400" role="button" title="nathalie_fouchenawrot_5-1710543487224.png" alt="nathalie_fouchenawrot_5-1710543487224.png" /></span></P><P>Even if the value is actually there, in the 2nd line in "Type de document" (TypeCode) column...</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nathalie_fouchenawrot_6-1710543527666.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/81646iF94FD8E39EB966E0/image-size/medium?v=v2&amp;px=400" role="button" title="nathalie_fouchenawrot_6-1710543527666.png" alt="nathalie_fouchenawrot_6-1710543527666.png" /></span></P><P>The DataModel:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nathalie_fouchenawrot_4-1710543460679.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/81644i2D4A73A9A8C27F30/image-size/medium?v=v2&amp;px=400" role="button" title="nathalie_fouchenawrot_4-1710543460679.png" alt="nathalie_fouchenawrot_4-1710543460679.png" /></span></P><P>Is the entity Attachments untouchable? What is SAP hiding??</P> 2024-03-16T00:03:40.081000+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/limitation-with-enhancment-option-in-sap-byd/qaq-p/13642723 Limitation with Enhancment Option in SAP ByD? 2024-03-19T12:14:25.897000+01:00 senthilmurugan https://community.sap.com/t5/user/viewprofilepage/user-id/619374 <P>Hello Community Members,</P><P>We are facing limitation with Enhancement option : PaymentToPaymentFileConversion, when we tried to implment in our solution, the script is not triggered, hence we raised incident. SAP replied, as its Single Use enhancement option, it cannot be used more than once. The actual response from SAP as follows:</P><P><EM>The configuration is fine with this BADI. However, used BADI BADI_FOP_O_PAYMENT(PaymentToPaymentFile ) is a single use badi, for single use BADI there can be only one active implementation. We can see that there are lots of implementations for this BADI in backend. My intuition here is that there is an active implementation of this BADI for some other solution and that is why the BADI for solution YXXXXXXX is not triggering. We can see an implementation in solution YZZZZZZZZ. If the BADI is triggering for YZZZZZZZZ. it should not trigger in solution YXXXXXXX since it is a single use BADI as per understanding. Please kindly confirm it by disabling their implementation for BADI BADI_FOP_O_PAYMENT(PaymentToPaymentFile ) in all other places(all other solutions that are using BADI BADI_FOP_O_PAYMENT) except YXXXXXXX .</EM></P><P>When I checked the single use option in the Help document :</P><P><STRONG>"If an enhancement option is for single use, it can be implemented only once in a solution. If an enhancement option is for multiple use, it can be implemented more than once in a solution". </STRONG></P><P><SPAN><A href="https://help.sap.com/docs/SAP_CLOUD_APPLICATIONS_STUDIO/cbcebe3cfb1647a8b0322c18dbb0b481/754282d873e2101486fcc8b73bf002aa.html?q=enhancement%20option&amp;locale=en-US" target="_blank" rel="noopener noreferrer">https://help.sap.com/docs/SAP_CLOUD_APPLICATIONS_STUDIO/cbcebe3cfb1647a8b0322c18dbb0b481/754282d873e2101486fcc8b73bf002aa.html?q=enhancement%20option&amp;locale=en-US</A></SPAN></P><P><SPAN>On contrary to the SAP's reply, I interpret from the help document is within a solution the enhancment option can not be used multiple times, whereas if we have another solution created in the system there should not be any issue. Is my understanding wrong?</SPAN></P><P><SPAN>If we go with SAPs reply, do we need to buy seperate PDI tenant to have multiple Enhancment option to work in the system?</SPAN></P><P><SPAN>As the existing solution where the enhancmment option is already present is a localisation solution for a country(X), we cannot use the same for the other country(Y) even though we can write the code and manage with filters and IF conditions.</SPAN></P><P>In such cases it defies the purpose of having multiple solution in a system?</P><P><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/139277">@ThomasSchneider</a>&nbsp;</P><P>&nbsp;</P> 2024-03-19T12:14:25.897000+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/is-there-a-maximum-number-of-selection-parameters-you-can-add-to-a-query/qaq-p/13652746 Is there a maximum number of selection parameters you can add to a query? 2024-03-28T16:31:04.532000+01:00 kostadin_terziev https://community.sap.com/t5/user/viewprofilepage/user-id/753388 <P>Hello,</P><P>When using for example Material.QueryByDescription and trying to add 100 parameters to the selection parameters, I get 500 internal server error dump, and nothing is there in the dump analysis view.</P><P>Is there a limit to the selection parameters on a query?</P><P>Thanks in advance.</P> 2024-03-28T16:31:04.532000+01:00 https://community.sap.com/t5/technology-q-a/extend-item-node-element-to-odata/qaq-p/13653573 Extend item node element to OData 2024-03-29T18:04:23.078000+01:00 koliosis https://community.sap.com/t5/user/viewprofilepage/user-id/172715 <P>In a custom business object in the item node I have an element named 'ExternalID'. I need to expose this element to OData to use in Dataworkbench. When in the OData Service Explorer to add the element to an OData Service I get the error&nbsp;"Cannot create property;entity for association does not exist". I've tried looking through the documentation and can't find anything that explains how to extend this element. Any help is appreciated.</P> 2024-03-29T18:04:23.078000+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/can-t-change-binding-for-visibility-in-ui-designer/qaq-p/13664736 Can't change binding for visibility in ui designer 2024-04-09T19:52:42.740000+02:00 koliosis https://community.sap.com/t5/user/viewprofilepage/user-id/172715 <P>I have a field that I only want to show when an indicator is set to 'true'. In the UI Designer, I bound the visibility of the field to the indicator through the extensibility explorer. For testing purposes, I want to change what indicator the visibility of this field is bound to, but whenever I change it, it defaults back to the original indicator. I've refreshed the UI, saved and activated the whole solution and/or just that screen but the changes never save. Is there a way to unbind or change the binding for this field?</P><P>Thanks in advance.</P> 2024-04-09T19:52:42.740000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/bydesign-cloud-application-studio-input-field-barcode-scanner/qaq-p/13672201 ByDesign Cloud Application Studio Input field barcode scanner 2024-04-16T15:20:26.565000+02:00 kostadin_terziev https://community.sap.com/t5/user/viewprofilepage/user-id/753388 <P>Hello community,</P><P>I am building a new work center and screens for the SAP ByDesign Mobile App.</P><P>I have a requirement to have a field where the user scans a barcode/serial number with the camera.</P><P>I saw in this blog&nbsp;<A href="https://community.sap.com/t5/technology-blogs-by-members/nice-yet-another-way-to-enable-barcode-scanner-in-c4c-custom-development/ba-p/13349908" target="_blank">https://community.sap.com/t5/technology-blogs-by-members/nice-yet-another-way-to-enable-barcode-scanner-in-c4c-custom-development/ba-p/13349908</A>&nbsp;that there is an input field type where we can set a property enable barcode scanner to true.</P><P>However when I logged in the studio for the ByDesign tenant, I don't see this section Fiori Client Specific and there is no enableBarcodeScanner property.</P><P>Can somebody tell how to achieve the barcode scanning functionality in a custom field for a new screen in the ByDesign Mobile App?</P><P>Thanks in advance,</P><P>Kostadin Terziev</P> 2024-04-16T15:20:26.565000+02:00 https://community.sap.com/t5/technology-q-a/is-it-possible-to-ignore-textcollection-from-businesspartnerreplicationin/qaq-p/13676002 Is it possible to ignore Textcollection from BusinessPartnerReplicationIn? 2024-04-19T14:19:36.924000+02:00 63abapdeveloper https://community.sap.com/t5/user/viewprofilepage/user-id/759511 <P>Hi,</P><P>in SAP Sales Cloud we write some Account Notes. But every time when SAP MDG send us an update (BusinessReplicationIn) the textcollection is initial. The account notes in Sales Cloud will be overwritten resp. deleted.&nbsp;</P><P>How can we prevent this without CPI. MDG doesn't need the notes. It is possible to dont replicate the notes? I tried to catch this with SAP Cloud Applications Studio, but its not easy. Does somebody has any idea?</P><P>In BusinessPartnerReplicationOut is Textcollection filled.</P><P>KR</P> 2024-04-19T14:19:36.924000+02:00 https://community.sap.com/t5/technology-q-a/trigger-party-determination-through-sdk/qaq-p/13686236 Trigger party determination through SDK. 2024-04-29T17:47:48.024000+02:00 koliosis https://community.sap.com/t5/user/viewprofilepage/user-id/172715 <P>So I'm working on a project that will migrate individual customers from a legacy system into C4C on demand. I'm able to run the call to the legacy system to get the individual customer information and create a new individual customer in C4C using that information. However, when the customer is created it populates the account name with what I think is the nodeID:&nbsp;<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="newAccountError.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/103386iCFC8A4F57F874BAC/image-size/large?v=v2&amp;px=999" role="button" title="newAccountError.png" alt="newAccountError.png" /></span><BR />I opened an incident with SAP on this and they said "<SPAN>The newly created customer instance is then assigned to the party-instance within the above script "party.PartyName = newCustomer.InternalID;" Please note that you need to trigger the party determination or create account via standard application, or Main activity part of Activity BO needs to be updated." I've looked through the documentation but haven't found anything about any of these approaches.<BR /></SPAN><BR />Here's the section of ABSL code they mention in the incident.</P><pre class="lia-code-sample language-csharp"><code>var activitybo = Activity.Retrieve(this.ToRoot.ActivityUUID.content); if(activitybo.IsSet() &amp;&amp; !newCustomer.InternalID.IsInitial()) { var parties = activitybo.ActivityParty.Where(n =&gt; n.RoleCode == "34"); var party; if (parties.Count() &gt; 0) { party = parties.GetFirst(); party.PartyName = newCustomer.InternalID; } else { party = activitybo.ActivityParty.Create(); party.PartyName = newCustomer.InternalID; party.RoleCode = "34"; } }</code></pre><P>Thanks in advance for your help.</P><P>&nbsp;</P> 2024-04-29T17:47:48.024000+02:00 https://community.sap.com/t5/technology-q-a/sending-survey-link-in-mail/qaq-p/13687881 Sending survey link in mail 2024-05-01T01:34:09.605000+02:00 ahmedelgammal https://community.sap.com/t5/user/viewprofilepage/user-id/870259 <P>I'm using this mail structure "<A href="https://my******-sso.crm.ondemand.com/sap/ap/public/survey?id=&quot;" target="_blank" rel="nofollow noopener noreferrer">https://my******-sso.crm.ondemand.com/sap/ap/public/survey?id="</A>&nbsp;+ alternativeid</P><P>to send a survey mail to a customer in C4C .. the mail is sent successfully and the link open the survey page also and the customer can go through all the survey questions then he can click submit but when i open the survey answers in the tenant i can't find his answers ! it's like it was never saved after he clicked submit.</P><P>Note:&nbsp;alternativeid is an identifier for each survey template.</P><P><a href="https://community.sap.com/t5/c-khhcw49343/SAP+Cloud+Applications+Studio/pd-p/67837800100800006741" class="lia-product-mention" data-product="471-1">SAP Cloud Applications Studio</a>&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/SAP+Cloud+for+Customer+add-ins/pd-p/01200615320800003136" class="lia-product-mention" data-product="472-1">SAP Cloud for Customer add-ins</a></P> 2024-05-01T01:34:09.605000+02:00 https://community.sap.com/t5/crm-and-cx-questions/%D1%814%D1%81-cloud-studio-2405-cannot-be-installed-due-to-quot-visual-studio-2015/qaq-p/13699225 С4С Cloud Studio 2405 cannot be installed due to "Visual Studio 2015 Update 3 " 2024-05-13T12:25:47.719000+02:00 vkalenic3 https://community.sap.com/t5/user/viewprofilepage/user-id/826684 <P>Hello</P><P>When I try to install new <a href="https://community.sap.com/t5/c-khhcw49343/SAP+Cloud+Applications+Studio/pd-p/67837800100800006741" class="lia-product-mention" data-product="471-1">SAP Cloud Applications Studio</a>&nbsp;2405 I am receiving error "This program requires the Microsoft Visual Studio 2015 Update 3" and proposition to download it. MS proposes to download ISOs "<SPAN>Visual Studio 2015 Update 3</SPAN>" and "<SPAN>Visual C++ Redistributable for Visual Studio 2015 with Update 3</SPAN>". I downloaded both. And both cannot be installed to be consistent for new Studio due to "you have a newer version" or impossibility to obtain package&nbsp;netfx_NETCoreSDK.msi.&nbsp;&nbsp;<BR /><BR />Does somebody know w<SPAN>here can I get an "VS 2015 Update 3" package that the studio will like? Or can I install the <a href="https://community.sap.com/t5/c-khhcw49343/SAP+Cloud+Applications+Studio/pd-p/67837800100800006741" class="lia-product-mention" data-product="471-2">SAP Cloud Applications Studio</a>&nbsp;2405 somehow?<BR /><BR />Best regards</SPAN></P> 2024-05-13T12:25:47.719000+02:00