Oracle cloud fusion reference data set functionality is to share an enterprise setup data (AP/AR Payment Terms, sales polices, transaction types, etc) and list of data objects can be shared https://hyrglobalsource.com/blog/2020/06/28/what-reference-data-objects-can-be-shared-across-business-units-in-fusion/ across business units Reference Data Set functionality is introduced in Oracle Cloud. Reference data sets are logical groups of…
There is a huge spike in companies adopting software-as-a-solution (SaaS) cloud applications to realize benefits like business agility, quick time to market, and cost optimization. One of the fundamental challenges that organizations face in adopting SaaS applications is exact fitment to their business needs. In most scenarios, organizations need to…
Create the source FBDI based csv file and place it on the FTP server. Login to ICS. Go to Home -> Integrations -> Create Select Scheduled Orchestration Give integration name, short name, version, description and package details. The integration will be created and a page like this will appear. As…
Q1. How you will create Pub-Sub design pattern in Javascript, What are the benefits of using it? A. publish-subscribe is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers, but instead categorize published messages into classes…
Large companies create big enterprise applications for a large and critical userbase and they are very expensive to build. After being burnt with Backbone, Angular, companies are wary of having to refactor in the same way yet again, as it is both expensive and out of their control. Large companies hate risk more…
As Troy Hunt so eloquently puts it: “The theory goes like this: Expect any untrusted data to be malicious. What’s untrusted data? Anything that originates from outside the system and you don’t have absolute control over so that includes form data, query strings, cookies, other request headers, data from other systems…
Question: what happens when you type in a URL in the browser? Answer: “What happens when you type in a URL” is a deceptive question commonly asked in tech interviews. If you look online, there are many very detailed resources but few concise explanations of how a web browser, a…
Fast and secure sites and apps delivered by pre-rendering files and serving them directly from a CDN, removing the requirement to manage or run web servers. JAMStack stands for Javascript, APIs, and Markup. This stack is arguable the lightest technical stack as it requires no real interactions with a database…
GraphQL solves the problem of writing Declarative, Compositional and Strongly Typed HTTP handler(s). The purpose of GraphQL is to make it easy to query complex data about multiple entities. GraphQL enables you to fetch in one request, which would take multiple requests in REST. Issues with REST: Poor performance A…
React Native, developed and maintained by Facebook, is an open source framework to develop cross-platform mobile applications, using the programming language JavaScript. Currently in its 0.61 version, React Native is based on Facebook’s front-end library called ReactJS and share many concepts. If you are familiar with React, kudos to you! You have…