Quantcast
Channel: JDELIST.com - JD Edwards ERP Forums
Viewing all 7915 articles
Browse latest View live

MRP Leadtime

$
0
0
I am new to JDE (have been using SAP) and and am struggling with MRP setting. I want to be able to set the system up to bring in a material a day (or more) before I run it. These are purchased materials. The items are c items and I do not want SS on them. Example is I get a demand for a C item box for Oct 15. JDE PO signal says to bring it in Oct 15. I want the material to come in on Oct 14 (or the previous work day). I do not want to have to manually look up every material before...

Read more

How to remove CDATA[] XML convention

$
0
0
Hello,

I'm kindly asking your advice on whether there's an easy way using Orchestrator to remove "CDATA[] convention" from an XML file.

Here you are an example of what I'm looking for, using an example of XML tag which is representing company name "Carlo & Co".

Input XML file is containing:

<MLNM><![CDATA[Carlo & Co]]></MLNM>

Output XML file should contain:

<MLNM>Carlo &amp; Co</MLNM>

As you can see in my example I have a special character & which is converted into &amp...

Read more

QBE - Search multiple

$
0
0
Our company was purchased by a corporation, and they are moving us to JDE. I am completely new to JDE. When I asked this question of those training us, they had no idea.

We have a "Description" column. I would like to be able to search with the query-by-example (QBE) field for multiple criteria. For example, I'd like to search for "pipe" and "2in" and "seamless". Is there a way to do this in the QBE field or does it only allow you to search for one thing at a time? I have tried the...

Read more

Connect to another database and insert into JDE - ORCH

$
0
0
Hi , I'm creating a small ORCH to connect with other database, this step was working ok
but Insert in JDE I get an error , I think that the problem is how clean the JSON.


EXERCISE
Get the largest number from a table in another database and insert it into F55xxxx JDE


========== Step 1 ==========

Create Connector and connection to another database - OK...

Read more

E1 Error Code Lookup, 002V and Renaming Errors to be User Friendly

$
0
0
Is there a good place to go that has an extensive listing of JDE E1 error codes and what they mean? It is hit or miss with internet searches and going to varies JDE related sites. It just seems like I spend a lot of extra time trying to see what the error code represents.

For example, I'm working on one now. We have a time clock orchestration that has a field named "szErrorCode" and in our JSON errors I get ("id":9,"value":"002V","name":"szErrorCode"). For the life of me I cannot find...

Read more

Scheduler orchetration inpu parameters

$
0
0
Hi,
If i need to run an orchestration everyday, in orchestration scheduler, and input parameter should be yesterday always.
How do i generate input parameter?
With an script as first step? Other?




Thanks in advance

Form Request Version Blank, what version is executed?

$
0
0
Hi folks,

I'm a orchestrator that call to a P4210 form request. Due to a mistake of mine, I'm passing version blank:
{
"P4210_Version": " ",
"OrderNumber_DOCO": "36149216",
"LotNumber_LOTN": "ALFREDO1",
"OrderCompany_KCOO": "00242",
"Location_LOCN": "IN- -",
"OrderType_DCTO": "S1",
"LineNumber_LNID": "1,000"
}

And it return a error for a form request not found:
{
"message": {
"ServiceRequest: SREQ_56_FR_P4210_SHIPPER_Config_Lines": {
"App Stack Form Exception": {...

Read more

Email media object attachment file via message request is not working

$
0
0
Hi,

We are in UN8 and tools release 9.2.7.2

Requirement: Extract data using DR and upload it as an attachment to dummy address book media object template (ABGT). Then using attachment link in message component to send email along with this file.
Issue: Email is delivered without the attachment.

1724770093839.png


1724770108553.png


Tried all possible options within File attachments. But nothing works.


Regards,
Kaliraj

Upload JSON file with Connectors API

$
0
0
Good afternoon

I want to upload a JSON file via Ochastrator, but it always gives me an error because it doesn't read the content of the file but interprets the file name with a JSON

Could someone help me see where I'm going wrong?

Thank you in advance for all the help you can give me

JDE9.2.5.1: How to generate F986020 and F986030 in Business Data?

$
0
0
Hi,
We are doing JDE 9.2.5.1 new installation on windows.
When applied ASI, we got one window with following content:
Tables F986020 and F986030 have moved to Business Data.
Delete the OCM mappings for the target environments for F986020 and F986030.
Generate F986020 and F986030 in Business Data for the target environment.

Can someone please tell me how to "Generate F986020 and F986030 in Business Data"???

Thanks in advance for your time, I appreciate it.
Prajitha.

Physical Inventory Adjustment

$
0
0
im using JDE 9.2 and i was wondering how i go about using "Inventory Adjustment" Type "PI"
end goal, JDE is showing 2ea available, i want to change that to read Zero.

Automatic A/R Batch Status, Control What It Is set to

$
0
0
We are currently setting up Automatic A/R payment processing. Here's what we have so far:

1. Custom UBE to read in our bank file and populate the F03B13Z1.
2. Version of R03B551 to create receipts from the F03B13Z1.

When R03B551 completes, it creates an RB batch with a status of "Approved". We would like it to have a status of "Pending". That way we know someone at least looked at it before posting.

I've been looking through documentation and processing options. Haven't found anything...

Read more

how to know if one of the record insertions failed in an iterative database connectors?

$
0
0
Hi,
I am using database connector to insert number of records in a working file. Is there a way to know if one of the record insertion fails? The reason why I want to know if any of the record insertion fails is because if one of the record fails, I want to delete the whole batch of records inserted.

1723909027943.png
It is to implement kind of commitment control.

Prepare a message body with a list of sales order data retrieve from a database connector

$
0
0
I am preparing an orchestration to report which sales orders are created today and send an email (message) to a designated person. I am using a database connector with jruby to execute a select statement to return a list of sales order document company, document type, order number, customer, customer name.

"SELECT SHKCOO, SHDCTO, SHDOCO, SHAN8, ABALPH FROM F4201 INNER JOIN F0101 ON SHAN8 = ABAN8
WHERE SHTRDJ = TO_NUMBER(to_char(sysdate, 'YYYYDDD')) - 1900000"

I want to save the result...

Read more

Compare Data In 2 Tables

$
0
0
Hi All,

I have a question, is it possible to compare programmatically if data has changed from Table A and Table B?

So, for example,

Table A: Table B:
INFRTH = 111 OUTFRTH = 112
INMOT = XXX OUTMOT = XXX
INPTC = ZZZ OUTPTC = ZZA

The comparison would be done on the same ALIAS within the tables if that helps.

Thank you,
FrankCLT

Calling Orchestrations with Logic Extensions from Boomi with multiple threads - not threadsafe?

$
0
0
We have an orchestration with some LEX steps being called from Boomi. Boomi is configured to call the Orchestration multithreaded (up to 5 threads) so the Orchestration will have 5 simultaneous instances running when it has lots of records to process.

We are getting exceptions from the Logic extensions in the Orchestration - about 1 in 10 randomly. Re-running the orchestration manually by itself always succeeds.

If we limit Boomi to one thread, the orchestration calls always succeed.

If I...

Read more

APP and UBE used in All ORCH

$
0
0
Hi friends
I have an issue, y need search every SREQ contained in all ORCH in order to extract the APPs and UBE used for security configuration, i hope there was a automatic or semiautomatic form to do this task.

I hope you guys now a way to do this task in order to avoid doing this manually.

Thanks in advance for your help

Rights to update the report

$
0
0
Hey guys I know its Christmas eve but some of us have to work. Any ways, I have a weird issue which I never faced before. I can't seem to open any UBE in design. Regardless of it being checked out, newly created, existing...etc

Every time I open it in design it gives me an error saying 'The current user does not have the rights to update this report'. The last time I was able to open any UBE in design was on Friday. I don't know what could go wrong over the weekend. The funny thing is I can...

Read more

BLOB Data in xml element to print dynamic image in bi publisher

$
0
0
Hi all.
I'have the following question how is possible to print in jde report (rda) a blob filed?



I have to print dynamic image in BI PUBLISHER.

i found two ways.

1)​

Inserting Images with an Element Reference from an XML File
Include a link to an XML file for an image.
To insert images with element references:
  1. Insert a dummy image in the template.
  2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region...

Read more

Need help with F1201Z1 - Fixed Assets

$
0
0
I'm a newbie user and I'm trying to upload Fixed Assets using a flat file. I've set up cross references for both header and detail transactions. When I run the R47002C conversion process, I don't get any results.

Can someone help?
Viewing all 7915 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>