↧
Registration is Now Open for HUG 2024 Q3 Meeting August 29th 2024
↧
Supplier details missing at PO receipting
Hi,
When I try to receipt a PO - the supplier details are missing which causes the PO lines to disappear. Tested with other PO's. When the PO header has the supplier details at receipting - the lines are available for receipting.
Any reason how why a PO supplier details disappear. This causes us to cancel the PO and recreate a new Requisition again.
Any guidance?
When I try to receipt a PO - the supplier details are missing which causes the PO lines to disappear. Tested with other PO's. When the PO header has the supplier details at receipting - the lines are available for receipting.
Any reason how why a PO supplier details disappear. This causes us to cancel the PO and recreate a new Requisition again.
Any guidance?
↧
↧
JDE9.2.5.1: How to generate F986020 and F986030 in Business Data?
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.
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.
↧
A9.1 to A9.4
We are currently on A9.1 considering several options, one is going to A9.4. Not in Maintenance with Oracle, so we know $$$s are involved.
But what else needs to be considered for our journey. What version of iSeries are you running?
Other options are Oracle Fusion or E1 (What is the latest stable version)
But what else needs to be considered for our journey. What version of iSeries are you running?
Other options are Oracle Fusion or E1 (What is the latest stable version)
↧
Microsoft recently published updates that break LPR/LPD Service
Microsoft recently pushed out updates that break LPR/LPD (the ability to get print jobs from Unix/Linux and iSeries). Currently unless something has changed in the past 2 weeks, the only solution is to roll back the updates. Microsoft has also been threatening to deprecate (eliminate) LPR/LPD from Windows Server since 2012. Not sure what would replace it to allow print functionality between server types.
Karen.
Karen.
↧
↧
Display JDE Report in Website/Html page?
Hello All,
For one client we are redeveloping their existing RPG/CL programs to JDE E1 objects.
Currently RPG report is displaying it's output to a website/HTML page..
Is it possible that JDE report can also do the same?
Thanks
Praveen
For one client we are redeveloping their existing RPG/CL programs to JDE E1 objects.
Currently RPG report is displaying it's output to a website/HTML page..
Is it possible that JDE report can also do the same?
Thanks
Praveen
↧
Compare Data In 2 Tables
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
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
↧
Dashboard/BI Analytics for Financials, Procurement, HR & Payroll Modules
Did anybody build dashboards (or BI Analytics ) for C-Level Executives (like CEO, CFO, COO etc) in JDE 8.12 TR 8.96.40 ?
If so, which tool did you use ? Was it embedded in JDE or completely a standalone tool like Tableau or MS Power BI ?
If so, which tool did you use ? Was it embedded in JDE or completely a standalone tool like Tableau or MS Power BI ?
↧
XT4312Z1 Using in customized UBE does not write Item Number in F0911 table
Hi List,
I'm using a custom version of R47071 UBE for PO Receipts
With the these values:
Line Type = N1
InventoryInterfaceFlag(IVI) = A
The Receipt process is sucessfuly done, but the Item Number (LITM/ITM) is not in F0911 table.
Can anyone help me !
Regards,
Todie
I'm using a custom version of R47071 UBE for PO Receipts
With the these values:
Line Type = N1
InventoryInterfaceFlag(IVI) = A
The Receipt process is sucessfuly done, but the Item Number (LITM/ITM) is not in F0911 table.
Can anyone help me !
Regards,
Todie
↧
↧
Mass Update of Version Processing Option Values
Is there either a standard way to update processing options on multiple object versions in a mass update approach, or does anyone know of a 3rd party solution or automated/orchestrated approach to solving something like this?
↧
Email media object attachment file via message request is not working
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.
Tried all possible options within File attachments. But nothing works.
Regards,
Kaliraj
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.
Tried all possible options within File attachments. But nothing works.
Regards,
Kaliraj
↧
Upload JSON file with Connectors API
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
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
↧
Rest Connection Input Var available to Manipulate Body
Hi folks, hopefully some of you have run into something like this. I want to use an input var to the Connection Request in the Groovy Script area of "Manipulate Body". In this case I have a connection request iterating over an array of "project_id". I want to add that variable to the output json using Manipulate Body, but haven't figured out how to get the input var into the output groovy. Anyone run into this? The usual ${project_id} fails as you might imagine.
Since this is within an...
Read more
Since this is within an...
Read more
↧
↧
Associate Menu and Security
Hello,
I have a menu structure, but I want the users to be able to see only certain folders. How would I set that up?
E.g. my menu is:
Read more
I have a menu structure, but I want the users to be able to see only certain folders. How would I set that up?
E.g. my menu is:
- JDE
- Finance → should only be seen by a Finance role.
- Finance Reports
- JE Entries
- Master Data → should only be seen by both Finance & Master Data roles.
- Item Branch → should only be seen by Master Data role.
- Costing → should only be seen by Finance role.
- Finance → should only be seen by a Finance role.
Read more
↧
Report definition security
Hello
EOne version 9.0 Tools release is 8.98.49
Currently we have one report that has run for a number of years with a report definition, It is on the scheduler emailed to list the checks produced that day to upper management.
A third party system is migrating to JDE. This is for collection of bad debts.
I created a UBE with a report definition.
Moved it to production in order to compare both systems. and this was working very well as long as I was the one who ran the report on the web.
A...
Read more
EOne version 9.0 Tools release is 8.98.49
Currently we have one report that has run for a number of years with a report definition, It is on the scheduler emailed to list the checks produced that day to upper management.
A third party system is migrating to JDE. This is for collection of bad debts.
I created a UBE with a report definition.
Moved it to production in order to compare both systems. and this was working very well as long as I was the one who ran the report on the web.
A...
Read more
↧
Auditing Privileged Access for SOX Compliance
I am in the process of performing an audit of a client that is running JDE as their main ERP. The client's IT department is small, and there is an individual who has privileged access at every layer of the system. They have an account with the CNC Admin role and they also keep the password for the named "JDE" account, which is part of the administrator group on the application server and has db_owner permissions on the SQL server. Based on our audit methodology, this presents a significant...
Read more
Read more
↧
F4111 - Pull Last Date
We have 300 branch plants set up and I'm looking for some ways to organize them. A couple of categories we'd like to have are "Never Used" and "Dead". Is there any place where dates are stored for last used in the Accounting Ledger and/or Inventory Ledger versus trying to go through them one by one?
↧
↧
FTP Receive error: "Unable to receive file: Error: Error normalizing new path!"
Hi folks, another head scratcher. Here's the long and short of it. Any ideas?
1) List ftp directory contents, generate a dataset
2) Loop over the dataset, pull file from ftp and deposit into temp directory. The file has name in pattern "word1_word2_word3.dta.2024_08_27_11_10_00"
3) The process creates an empty file of the name I specify in said temp directory, but then errors out with the error "Unable to receive file: <filename> Error: Error normalizing new path!"
Here's the component...
Read more
1) List ftp directory contents, generate a dataset
2) Loop over the dataset, pull file from ftp and deposit into temp directory. The file has name in pattern "word1_word2_word3.dta.2024_08_27_11_10_00"
3) The process creates an empty file of the name I specify in said temp directory, but then errors out with the error "Unable to receive file: <filename> Error: Error normalizing new path!"
Here's the component...
Read more
↧
Clicking a Row Exit for each detail row in a form recordngs array
Hi folks
I have an orchestration that creates SOs for multiple lines and it's working fine and dandy but one of the recorded actions in the SO detail screen is to click SOE Additional Information and update the delivery address.
If I have 3 lines in my SO it's only doing this for the last line.
any ideas how I get this to kick off for each SO line in the array
My recording only added 1 line, should I maybe do the recording again but maybe see how it looks with 2 lines.
I'm...
Read more
I have an orchestration that creates SOs for multiple lines and it's working fine and dandy but one of the recorded actions in the SO detail screen is to click SOE Additional Information and update the delivery address.
If I have 3 lines in my SO it's only doing this for the last line.
any ideas how I get this to kick off for each SO line in the array
My recording only added 1 line, should I maybe do the recording again but maybe see how it looks with 2 lines.
I'm...
Read more
↧
Custom Table Generation
I have a simple question here...
If I have a custom table in a OMW project, does the promotion to PY and package build/deploy process at all generate the table in PY? It was my understanding that new tables have to be manually generated. The project promotion will copy the header files but not generate the table. Is that correct?
If I have a custom table in a OMW project, does the promotion to PY and package build/deploy process at all generate the table in PY? It was my understanding that new tables have to be manually generated. The project promotion will copy the header files but not generate the table. Is that correct?
↧