Intelligence agencies are “unlawfully” sharing huge datasets containing sensitive information about the population with industry, government departments and overseas intelligence services, a court will hear this week https://goo.gl/EDsY1X #Technology #IoT
How Mathematical Discoveries are Made
In one of my previous articles, you can learn the process about how discoveries are made by research scientists, from exploratory analysis, testing, simulations, data science guesswork, all the way to the discovery of a new theory and state-of-the-art statistical modeling,including new, fundamental mathematical/statistical equations.
This is a unique occasion to discover the creative path followed by inventors. Traditional research papers do not explain how a new paradigm was found,… https://goo.gl/au9LKz #DataScience #Cloud
Automatically send an Email notification to line manager via Workflow in Account application
In release 1708 the Recipient Determination to “Reporting Line Manager” in Opportunity is available: However for Account application, there are only six available determination rules available in standard. Suppose we need to support the following scenario: Max is Jerry’s manager. When Jerry has changed a given kind of Account in system, Max will get an email notification triggered by workflow. The general idea to fulfill this requirement is to introduce a logic which could automatically make Max as one member in Account Team table in Account TI by a small development in Cloud Application Studio, so that the existing functionality provided by Workflow framework could be leveraged to send notification. Here below is the solution. 1. Create a new custom Party Role Code and define it as Recipient determination in Workflow rule edit UI by following this blog Custom recipient determination in workflow rule done on Account BO. Of course you can also use standard role code. 2. Create a beforeSave script file on Root node of Customer Business Object: import ABSL; import AP.PC.IdentityManagement.Global; var managerExists = this.CurrentEmployeeResponsible.Where(x=>x.PartyRoleCode.Contains(“ZJE”)); if( managerExists.Count() http://bit.ly/2yqrN5Q #SAP #SAPCloud #AI