by Alejandro Alexiades Estarriol | Jan 9, 2019 | BNB-KNOWLEDGE, Sin categoría
In the ERP (Enterprise Resource Planning) of Oracle Cloud called Oracle Fusion we can insert the information in different ways. The most common is through the graphical interface of Fusion which is what users use. But when we want to import information from some...
by Alejandro Alexiades Estarriol | Jan 8, 2019 | BNB-KNOWLEDGE, Sin categoría
En la ERP (Enterprise Resource Planning) de Oracle Cloud llamada Oracle Fusion podemos insertar la información de diferentes maneras. La más común es a través de la interfaz gráfica de Fusion que es la que usan los usuarios. Pero cuando queremos importar información...
by Alejandro Alexiades Estarriol | Jan 2, 2019 | BNB-KNOWLEDGE
When data is send over a network, it can be done with different text formats, for example, XML, YAML or JSON. In this post we will use JSON, which is a simple text, based on the syntax of the JavaScript object. Within a JSON text file we can define basic data types...
by Alejandro Alexiades Estarriol | Dec 18, 2018 | BNB-KNOWLEDGE
A la hora de transmitir datos a través de una red se puede hacer con diferentes formatos de textos, por ejemplo XML, YAML o JSON. En este artículo utilizaremos JSON, que es un texto plano, basado en la sintaxis de objeto de JavaScript. Dentro de un fichero de texto...
by Alejandro Alexiades Estarriol | Jul 19, 2016 | APPLICATIONS, BNB-KNOWLEDGE
In the next article we are going to explain several examples of how to manage files in PeopleSoft. We will show the code and steps that we will need to follow: Create a file in a directory. Post a file in the log/trace of the app Engine. ...