Blog directory

Prompt to open File/Folder in Applications

BrowseFile1

If ever you had to open and save the path for a file in JD Edwards, following is a stunning way to do it. But, yeah, this works only on Windows OS.

The screen above shows a Browse button, which on clicked gives the Browse for File dialog box. Once selected the file, the following screen appears

The File Browse part is a simple BSFN - B9800005 - File Path . . . → Read More: Prompt to open File/Folder in Applications

Perform a File Search in JDE

Have you ever wondered if you can do a wild card search for the file you want to upload into JDE tables?

Like while you do an interface, where the files come in with Date/Time stamps, you can find the latest file, and then upload it! It used to be a crude way of doing where, you used to write a Driver program, which gets the file name using the Processing Options, and then rename it according to the . . . → Read More: Perform a File Search in JDE

JD Edwards interview questions

JDE-Source has started a series on JD Edwards interview questions. This series will include questions starting from basics of JDE to advanced stuff. Authored by Vishal Pawar this series of interview questions will be a hit.

Please feel free to ask and answer any questions anytime.

Visit the following for the Most commonly asked questions http://www.jdesource.com/category/general/interview-general/

Create Own or View ShortCodes for Fastpath

FastPath FAT Client

JD Edwards Fastpath is one of the biggest places where people type in program names, and there it pops up. There are lots of fastpath codes which we use, for e.g. AAI, OMW, UDC, DD, ACCT etc…! Have you imagined you can put your own FastPath short codes too!

JD Edwards Fastpath references UDC codes in the UDC type Fast Path Commands (00/FP) for Fast Path if Task Explorer is pointing to the OneWorld tables. If Task Explorer is pointing to the Solution Explorer tables, the . . . → Read More: Create Own or View ShortCodes for Fastpath

Learn JDE Business Services – Part 1

BSSV tools release

About: JD Edwards EnterpriseOne Business Services

E1 Business Services is the alternate name for Web Services. With the world moving towards Service Oriented Architecture (SOA), EnterpriseOne too has implemented Business Services as a gateway that provides native web services capabilities. JD Edwards EnterpriseOne business services enable you to fully capitalize on the benefits of service oriented architecture (SOA) by providing native support of Web services, including the capabilities to develop, publish, consume, and administer Web services directly from JD Edwards EnterpriseOne Tools. Business services are a set of Java-based business functions created to perform discrete units of work. They can interact with external systems in the form of a Web service.

Business Services – A set of Self-contained, stateless Business Functions that accept one or more requests and returns one of more responses through a well-defined, standards based interface. These services perform discrete units of work such as editing and processing a transaction (e.g. Price Lookup, Currency conversion, Add Order, Weather check etc.)

Web Services & WSDL Overview

Interoperability has Highest Priority with respect to EnterpriseOne, where all major platforms can access the Web using Web browsers, different platforms can interact. For these platforms to work together, Web-applications are developed. Web-applications are simple applications that run on the web. These are built around the Web browser standards and can be used by any browser on any platform.

Web Services take Web-applications to the Next Level. By using Web services, your application can publish its function or message to the rest of the world. Web services use XML to code and to decode data, and SOAP to transport it (using open protocols). Continue reading Learn JDE Business Services – Part 1