(877) 224-7768 <>
sales@profoundlogic.com <mailto:sales@profoundlogic.com>

iModernize - The Profound Logic Software Blog

NodeRun Guided Lab: Employee Data Application - Part 4

Posted by Profound Logic on Apr 23, 2019 1:43:52 PM


NodeRun trans

NodeRun
is the newest Profound Logic product dedicated to making it easier for Node.js developers to create applications by moving development to a cloud-based environment. NodeRun comes with a full IDE with Visual Designer, editor, debugger, and Node.js already pre-installed. Some of NodeRun's most notable capabilities include design screens, the ability to develop and run application within the program, full debugging capabilities, the ability to install NPM packages, manage your own Node.js server, work with active sessions to see end-user activity, host database and built-in Database Explorer, a command-line terminal for full control of your space, as well as the ability to share and collaborate with other developers.

Getting started with NodeRun is quick and easy. All you need is a modern internet browser (Google Chrome, Mozilla Firefox, etc.) and that's it. Every NodeRun Space is free to build and comes with its own files, database, and server. To get started visit NodeRun.com create an account and begin developing, it's that easy!

This 8 part blog series will give you a series of exercises to help you build a Node.js applications that work with employee data. Last week we left off with you creating an Employee Grid within the visual designer. This week we are going to enhance that grid and add the capability to review record data within that grid. 

Exercise 5 - Enhancing Your Employee Grid

Within the IDE Visual Designer, select the grid that you have created and go to the Grid Properties on the right of the screen. Within the properties window, search for the below properties and set them to TRUE.

  • Sortable Columns
  • Movable Columns
  • xlsx Export
  • Find Option
  • Filter Option
  • Hide Columns Option

After you have enabled these properties Save your work and run the Employee Listing App in another browser to test of the features. 

grid properties

 

app test

 

 

 

 

 

 

 

Exercise 6: Connect Employee List to Lookup Function

This next exercise will give users the ability to click on any employee within the grid to see the designated employee details that you are specifying. 

Configuring Row Selection

Once again, in the IDE click on the employee list grid to highlight it. Go to the Grid Properties window on the right-hand side (just like in the previous exercise). Use the search bar to find the row selection property and select the single value from the drop-down menu. Next, select the selection field property and bind it to a boolean named selected.

row selection

After you have set those property values you will want to add a call from your list.js tab (created in Part 3 of this guided lab). The below code will call your look.js when the employee number is referenced. 

list.js code

Code Explained

code explained

  • The readChanged() method reads the grid for changed records one at a time and populates display fields from the records found
  • display.endOfData() returns a boolean value of true if no changed records were found
  • selected is the boolean field we used to identify whether a specific record is selected or not
  • pjs.call() calls another script or program
  • Number() converts a delcared strongly-typed field to a primitive JavaScript value, which forces the employee number to be passed by value rather than by reference

Alternative Approach

There are multiple ways that you can retrieve record data from a grid. Using ES6 syntax, we can quickly retrieve all the selected records into an array and then use the first record in the array. 

2nd code

SelectedRecords [0] works well because single selection only allows one record to be selected at a time. 

Modify lookup.js to Receive Parameter

Select the look.js tab and modify the code to match the below parameters. 

look.js parameters
Check to see if parm was passed, and if so, assign to employeeNumber as the default value. If you do not check for the existence of the parameter, a data decimal error may occur and keep you from accessing the employee data. When you test the connected modules it should look something like this: 

tested modules


In our next post, we will learn how to use NodeRun when Listing Web Service. 

If you missed out on any of our previous Guided Labs here is a recap of those exercises:

Topics: RPG Development, Application modernization, IBM i applications, Node.js, Profound.js, IBM i, RPG, AS400 modernization, IBM i Modernization, Agile modernization, iSeries, Legacy Modernization, Profound UI, AS 400, AS_400, Profound Logic

Subscribe to Blog Updates

...and get The 2019 State of IBM i Modernization White Paper FREE!

cover page 2019-1

Recent Posts