How to retrieve/query composition association data
Hi guys, I have requirement to query retrieve data from appointments Follow-Up table. What I see in UI designer Follow-Up data list is mapped to composition associationBy structure I see that actually...
View ArticleHow to display action buttons on iPad app?
Hi all, I'm trying to display "action buttons" in my custom BO's TI in advanced list panes. For each of these table I created LayoutStackPanel where inside I have icon with defined event handler. In...
View ArticleCan I rename a work center?
Hi, We have a client requirement to rename 'Opportunities' work center as 'Non Trade Opportunities'. Can we achieve this through PDI or Adapt mode?If we rename the work center then 'Opportunities'...
View ArticleSAP Cloud SDK : How to Make a Link on AdvanceListPanel and Open the QA or OIF
Hi Experts, I have requirements with the below scenario. Scenario : My Custom Business Object businessobject myaccdet { [Label("Contract ID")] [AlternativeKey] element ContractID : ID;[Label("Contract...
View ArticleQuestions regarding Cloud SDK developments: AfterModify & Read/Acces BO data
Hi all, I'm new on C4C developments and I have some questions. I already read some cloud development courses provided by SAP and went through different post that can be found on this blog. I was hoping...
View ArticleCreating a custom BO instance leaves me with Blank Data
Hello ByD experts, I will start by telling you my use case:- I want to do a background job on Sales Order to check Start Date and End Date and under certain conditions I need to send an email.- So I...
View ArticleSend HTML email from C4C?
Hello Experts, We are trying to email from the Event-BeforeSave of our BusinessPartner extension object. Emailing seems to work just fine (plain text or PDF attachment), until the moment we add HTML...
View ArticleModifying Standard OWL
Dear Experts, For a standard OWL like Opportunity OWL , is there a way to 1. Add default values to some search parameters like Category etc to MyActivities (Query Result) ? 2. Can we add new Query...
View ArticleCustom query or implementing an association
Hi Folks! I have an requirement to fetch data from multiple Business Objects (BOs). I am thinking of two approaches, whatever is possible:1. Create a Custom BO with a Custom query...implement the query...
View ArticleSAP Cloud SDK : Embed Component With XML File Input
Hi Experts, I have 1 requirement. Scenario : I have Custom Business object without any screen businessobject customBO ( [AlternativeKey] element AccountID : BusinessPartnerInternalID;...
View ArticleHow to use $controller.DateTimeUtils.DateGet method ?
Hi everyone,Can someone tell me how to use the $controller.DateTimeUtils.DateGet method ? I would like to know whether a date is a saturday or sunday but I can't figure out how to use the method.Thanks...
View ArticlePassing values to custom OVS dynamically
Hi, I am trying to select the Address from a list of addresses available for an Account while creating Visit for that account. In Visit QC, I populate the Account field using the standard Account OVS....
View ArticleMake mandatory fields in account, ABSL (In silverlight)
Hi experts,I created an incident in my customer tenant test because mandatory fields don't work. And they answered me following: "it's not sufficient to set the field to mandatory in SDK (this only...
View ArticleHow to use the URI in email activity?
Hello ByD experts, I am trying to send an email to employees but the problem is the email activity use the Business Partner ID and not the Employee ID. And the customer does not want to maintain the...
View Articletraceability report
Hi All, I am looking for traceability report on SAP Business ByDesign, which report I can use? Many thanks,Sylwia
View ArticleConfigurable Code lists Only CODE is appearing in UI:
Hi Experts My use case is that we our customer requires some custom code lists to be added to Standard UI e.g. Accounts. This code list should also be extensible via Fine-Tuning process by key user in...
View ArticleHow to display action buttons on iPad app?
Hi all, I'm trying to display "action buttons" in my custom BO's TI in advanced list panes. For each of these table I created LayoutStackPanel where inside I have icon with defined event handler. In...
View ArticleXML input: Node
hi experts. I can't create an XML input file for my custom BO with node items. When I export the XML file from the schema, a warning pops up showing that it is not exportable....
View ArticleCreate OVS for a standard BO
Dear All, I need to create OVS for account , because i want some conditions to add. Is it possible to create custom OVS for a standard BO if yes! please suggest steps or link or vid! Thanks in...
View ArticleSAP Cloud SDK : Create Custom OVS from Custom Business Object
Hi Experts, I have requirement to create Custom OVS using Custom Business Object. My Custom BusinessObject : businessobject MyBO { element Cont_ID : ID; element Cont_type :...
View Article