博文

目前显示的是 十月 3, 2024的博文

Scripting News: Thursday, October 3, 2024

图片
Thursday, October 3, 2024 A ChatGPT news network would be pretty interesting. You could register as an independent blogger, and push your writing up to their cloud in real time. And then readers could ask what experts on whatever think about what just happened and it would know what your expertise is, and it could build the report also in realtime, in response to a very detailed question you could ask. And you could tell it whether or not you want lies, or if they should omit the lies. Personally I would opt out of the lies, but some people like lies in their news, kind of like menthol in cigarettes. And forget about paying the news orgs. They don't give you a way to opt out of the lies. # So far we've only created reading portals. What I want for myself and for you, is a writing portal . Think about it. # I didn't like the code ChatGPT was writing for me, so I tried it in Claude , and the code is much closer to my style. I may try that again. I've

Managing Fusion Cloud ERP Data from APEX with No Code

图片
Managing Fusion Cloud ERP Data from APEX with No Code Oct 3, 2024 · 10 min read Introduction This post will show you how to create APEX Apps that maintain Oracle Fusion Cloud ERP data with Zero Code. APEX 23.2 introduced the 'Oracle Cloud Applications (SaaS) REST Service' REST Data Source type. Using this REST Source type, you can create REST Sources that perform CRUD operations on Oracle Fusion Cloud ERP Data without code. Use Case This post describes an example of maintaining Fusion ERP Cloud Common Lookups from APEX. The principles are the same for any Fusion REST APIs that support CRUD operations. Demonstration Here is a quick video showing the end result: Maintaining Fusion Common Lookup values from APEX with No Code! https://youtu.be/2pDcRkVT6do Another video showing the same lookup as viewed from Fusion: https://youtu.be/rzHmBnG1g6Y REST APIs Most of the code we write in APEX that interacts with Fusion will do so via REST APIs. Before building the APEX