EnterpriseOne is Oracle's integrated applications suite of enterprise resource planning (ERP) software.
Questions tagged [enterpriseone]
8 questions
1
vote
1 answer
JDEdwards EnterpriseOne 9.2 Debugging jdeObjectCall
I have a UBE that is failing after making a call to a jdeObjectCall. The API returns a 1, indicating a warning, which indicates to the report to stop processing.
The image below shows the jdeObjectCall in question that is returning a 1.
I'd like to…

Cameron McKay
- 115
- 2
- 6
1
vote
1 answer
XSL Transformation fails on JD Edwards report with poorly formed XML output
I have a requirement to transform the output of a custom invoice program in JD Edwards for EDI. The XML data coming out of the report is poorly formed and I'm struggling to restructure the data to meet the EDI requirements. I am new to XSL, so…

Justin
- 13
- 3
1
vote
0 answers
Is a bridge the only way to work through EnterpriseOne Data Access Drivers from .NET?
I am working on a project which will eventually require me to work with EnterpriseOne Data Access Drivers. Straight ODBC drivers are not an option. My client wishes to leverage the monitoring capabilities of EnterpriseOne's Data Access Driver,…

Paul Alan Taylor
- 10,474
- 1
- 26
- 42
1
vote
1 answer
How to filter the data for JDE object browser in date format?
I am new user for JDE and JDE Data browser as well. But for what I know the JDE data browser only enables us to do create some filter condition for our data.
Let say I wish to get the data in a range of dates (Example:20/11/2009 To 8/9/2012).
What…

goh6319
- 137
- 1
- 3
- 20
0
votes
1 answer
jdedwards enterprise 1: how to retrieve the field value?
I just started to do a development in JD Edwards Enterprise One.
I bump to seems simple things but I couldn't found how to do it, that is how to retrieve the value of the field (either after selecting from table or business view).
for…

Tanu
- 125
- 2
- 11
0
votes
1 answer
Fetching data from JD Edwards Enterprise One to my PHP application using web services
I have developed a custom web application in PHP. My client is using JD Edwards enterprise One 9.1, they need me to display the purchase orders and some of the stocks in the inventory in my application. I just need to pull data from the JD Edwards…
0
votes
2 answers
JD Edwards EnterpriseOne - Any way to include Branch Plant in processInventoryItem Business Service
I am working on an integration from a software product to JD Edwards EnterpriseOne, and we would like to create items that would later be used on Sales Orders. The issue arises when attempting to create a sales order with an item that was created…

pburns1587
- 108
- 7
-1
votes
1 answer
How to Restructure XML using XSLT when the Child Node is actually the Parent
I have a very poorly structured XML source coming out of our ERP system, and the Parent/Child relationship for Header to Detail is reversed because at the runtime, the parent (key) isn't known until the first detail record is process. This is due…

J. Ellis
- 13
- 4