• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

#004​ - Uploading and Download with Nitro App Builder Part 2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #004​ - Uploading and Download with Nitro App Builder Part 2

    SUMMARY:

    In last week's session we began creating an app for users to upload documents to the IFS. In this session we complete the app by adding the ability to view documents in-line and download them to the user's PC. We also add an option for authorized users to delete or replace the uploaded documents.


    URL: https://www.youtube.com/watch?v=i5RZ4z376BA
    dd#4.jpg



    TIMESTAMPS AND FEATURES COVERED:

    01:40​ - Explaining the upload process - NAB Behaviors - Calling an RPG program
    06:30​ - Creating a Data Source in NAB using an SQL statement
    06:55​ - Creating a KPI widget
    07:30​ - Creating a Data Source using an SQL Statement
    08:05​ - Creating a Pie Chart Widget - Setting specific colors for the Pie Chart
    09:50​ - Adding new widgets to the NAB app using Vertical Layout / Vertical Container
    11:10​ - Setting up a Fixed height for a widget in NAB
    11:30​ - Setting up Margins on widgets in NAB
    12:40​ - Adding extra width to a Grid widget in NAB app
    13:30​ - NAB Behaviors - Setting up Reloading Data in Widgets
    15:00​ - NAB Behaviors - Setting up a row click action using an App ID from App Variables
    15:54​ - NAB Behaviors - Call RPG Program set up (getDoc action)
    17:44​ - Chrome Browser Developer Tools - checking the call that was made
    18:40​ - Chrome Browser Developer Tools - checking what is being sent and passed back
    21:10​ - Reviewing Backend code - getDoc
    24:00​ - NAB Behaviors - Allowing Users to Upload Documents by adding a button in NAB behaviors to he correct app section
    25:25​ - Adding "Call RPG Program" behavior to a button
    28:48​ - Adding the ability to delete documents from NAB app
    29:00​ - Create a new button to Remove Documents
    30:00​ - Adding a Call RPG behavior to delete the document with a confirmation text prompt
    32:35​ - Setting App Variable for "docId"
    34:00​ - Reviewing Backend code for Deleting a document behavior
    36:45​ - Putting security in the ability to Delete
    38:12​ - Adding df (disableFeature) parameter
    43:00​ - Removing all documents or multiple documents from the app
    44:00​ - Setting up a Grid Widget to allow for multiple row selection
    45:00​ - Adding a button to allow Deleting multiple documents
    47:00​ - Set Up Call RPG behavior in NAB to allow Deleting multiple documents
    49:00​ - Having one RPG Program per one application?
    51:00​ - How to enable Beta Features in Portal Admin - Settings
    Last edited by Iwona; 04-19-2021, 04:29 PM.
Working...
X