Hello,
Here is my problem.
I have an orchestration where I get data from a REST API. The output is an array with multiple rows.
At the end I need to create a CSV file with this data which is ok.
But before that I need to add more information related to each row from the array before creating...
I have an orchestration that updates F0411 records via a form request, that will run on a schedule.
What are my options to allow the USER audit fields to be something other than my own since I created the ORCH components, including the Schedule? Would I need to log into Orch Studio, with the...
Hi. I'm developing an application with a Fix/Inspect form that call an orchestration and shows static info and values from that orchestration. Now I need to put more orchestration values but in a grid format. Is there some way to put a grid on it? Or do I need to change the form type that I'm...
AndreFra
Thread
application
form
grid
jde
orchestration
orchestrator
Looking to see if can make an orchestration fail to status Error (500) if a rule in orchestration returns false. Currently returns status Success (200)
Hello,
we espose a service in order to make a data-transfer with a thirdy part supplier.
We develop this with orchestrator jde. I would like to read when the thirdy part supplier calls the orchestrator and what is the input done.
Is there a table in which are stored this information?
Thankyou...
Hi,
Requirement: Get Branch plants from UDC and pass to P43090 and process all records(Update process). Here we have to iterate over 2 components,
UDC table to process all branch plants
43090 table to process all records of each branch plant.
ORCH design:
First ORCH- Fetch branch plants from...
I am starting to schedule some of my first Orchestrations and am attempting to start our Orchestrator Scheduler via API's, but am getting 'No Response' when trying to setup any initial API calls (done via Talend API Tester). Is there a resource available someone can direct me to, or does anyone...
Hi all,
I have a problem with a simple custom Orchestrator , it sends a message to the user
DV Environment working OK,
in PY Environment and P98ORCH return the error
I don't understand , the orch is published correctly in P98220U
the error is in the IAS, or directly does not find the ORCH ?
Hello everyone,
i designed an orchestration that send a message to an email address when a specific event occurs. That mail contains a link to a jde EnterpriseOne application. The sent link was something like "tcp:///jde:80 etc etc". When i click on this link the app doesn't appear. When i...
rmartone
Thread
application
applications
enterprise one
message
orchestrator
Hi,
We are in 9.2.7.2
Orchestration runs successfully and throws no error when ran in Studio and P98ORCH.
But when called from Composite page it does update the needed records but throws error after completion.
Has anyone faced this issue?
Regards,
Kaliraj
Hi, i have a problem when i wanna run a orchestration from Form Extension...
the input param is obtained from a value in grid from selected row...
when i execute this orchestration, this run ends correctly, but if execute another user the orchestration show this error
We have made a log and...
Hi friend,
I need to call to REST service with XML body and response. The request it's fine, y add xml to body and content-type and accept to header. But I don't know how I get the value of xml tag:
I've tried output as json message with response.messageEngine but doesn't work. I've tried...
Hello all,
I am new to using JDEO, and I am currently stuck at calling JDEO from outside via REST API connection.
I made a simple orchestration, it is just a data request which returns a json file. and I would like this data to be called/used from outside systems.
My understanding is this...
Hi All,
I'm building an orchestration to output a CSV file from Data Request data.
When testing I can output the file, however, when calling the orchestration from an E1 page it does not display the output file.
I have used as an example the 'Call Orchestration from an EnterpriseOne Page and...
Hi,
We are calling a REST/POST API from Orchestrator - using a connector through a connection - and it works well. However, when there are issues with say the data or duplicates etc, the API will return a JSON file, but it'll return a http code of say 422 - suffice to say it's not returning...
Hello, in advance sorry for my English.
i am using EnterpriseOne 9.2.4.5
I am working on an orchestration to be able to copy sales orders.
When copying these orders, I want to change some values in the grid, but the problem is when there are several lines within the detail, how can I change the...
cazzafed
Thread
jd edwards
jde orchestrator
orchestration
orchestratororchestrator studio
Hi ,
I am currently stuck on a requirement using Orchestrator.
I need to read through F4211 and let's say I need to call a UBE for each distinct Order that is at a NXTR at '560' how do I go about doing this in Orchestrator. I can do this easily in RDA and call a UBE on a Level break but how do...
We are just beginning to use Orchestrator. In our usual JDE development (RDA and Form Design) we would create the project and objects in DEV at status 21. We would then promote to to 26 and test in PY before promoting to PD.
In Orchestrator, should we follow this same path, or just use PY and...
Hi
The company I work for currently has E9.10 and is in the process of upgrading to E9.20.
An outside company created a web application to (currently) show orders/statuses etc for our customers. We've created DB2 stored procedures to extract the required data for that company to build into...
Hello,
I want to use a Connector in which I call an external web service & I use a JSON file to send.
I would be generating a different JSON every time, so the Orchestrator would receive such a file as a text or CLOB. I.e. a variable.
I know the Orchestrator Studio has the sections: Pathing...