K-Rise Systems 2023 Summer Newsletter

Page 1

RISE K-Rise Systems Newsletter

summer 2023

Hello!

We’re delighted to bring  you our summer newsletter! In this newsletter, we'll highlight key features of our platform and improvements that will empower you to achieve greater efficiency, productivity, and success in your company. We are also thrilled to present a comprehensive overview of our

company's recent activities over the past few months. From engaging conferences to insightful webinars and much more, we are eager to provide you with a glimpse into our recent accomplishments. We hope this newsletter offers some inspiration and planning insights for the rest of the year.

Here’s what you can expect in the next few pages of our newsletter: Agenda: 1 Product updates 2 Employee Spotlight 3 Tradeshows and Events-2023 Past 5 Webinars 2023 Upcoming and past 4 Upcoming events 2023

Coming Soon Updates to our MDM

The MDM app allows you to create as many MDM processes as you wish. An MDM process can contain multiple create/update processes within it. The following are a few examples of MDM processes.

A new Item Master, Item Branch Master, Item BOM (Bill of Material) creation

A new Item Master, Item Branch Master, Item Cost creation

Update Item Master and Item Branch description only

A New Finished Good Item creation

Create New Vendor Master record (Address Book, Mailing Address, Banking Info)

Update Vendor Banking Info

Update Vendor W-9

Create new Customer Master record (Address Book, Mailing Addresses, AR)

Update Customer Name/Alpha Name

Create UDC Records

Create Company, Branch Plant and Chart Of Accounts records

In addition to the MDM processes provided, users can create their own MDM process speci fic to their own business practices. Creating an MDM process can be achieved through configuration in the app by a business analyst and re quires no coding.

An MDM process consists of a pre-con figured MDM Entity (such as item, vendor, or customer),  forms (fully configurable using form designer), and a work flow. A request is started in the application workbench and as requests move through the MDM process, details are provided and saved to the K-Rise application database at various points once approvals are received, the entities are updated and new data is entered into JDE.

Product Updates: We’ve got an array of product updates lined up to make using our platform a breeze. We have been busy expanding our

DesignTime Update #1

Revision 2625: View Parameters Saving Fix

Changes made to view parameters now save correctly when done from the Model or Controller canvases.

Revision 2626:

New Application BatchJob Fix

The Copy Applications BatchJob can fail to end in certain instances and is causing high memory usage on the App Server for the environment. The logic related to certain loops in the batchJob has been reworked to prevent infinite loops.

Revision 2627: Property Editor

Enhancements

The property editor has received the following improvements to its search bar: The search text now stays and auto searches when a new control is selected. Multiple properties can be searched for at once using a space to separate each word. Using [v], [val], or [value] will return the entire list of properties with a value set. Using [d], [dyn], or [dynamic] will return the entire list of properties with a dynamic value set.

DesignTime Update #1

Revision 2628: SetControlProperty Recommended Values Fix

The PropertyName node in the SetControlProperty service is failing to load its recommended values. The loading logic for this particular node has been reworked and now it shows all properties for the control type of the given control name.

Revision 2629: Undefined in Parameters Fix

The Logic Canvas's parameters are loading the text of undefined before the actual parameters. A check has been added to verify that the parameters are ready to be loaded in.

Revision 2630: Read Only Control Events UI Fixes

The Control Events UI is not friendly in read-only mode. Several values are editable, though they do not save, scrollbars don't scroll, and it's hard to navigate. The disabling and scrolling have been reworked to be friendly in read-only mode. Parameters values now display a tooltip text to help with long values and model values.

Revision 2631: Task Property Fix

When a task's high priority is changed the UpdatedOn column gets updated to 1/1/1900 12:00:00 AM instead of the actual current time. The insert queries have been updated to properly set the time in the database when the High Priority property on a task is updated.

RunTime

Revision 1230: GetUDC Key Filtering Fix

When the GetUDC services have un-cached values and have keys to filter on it can, in certain cases, time the service out. The WHE RE clause set up in the service has been modified and cleaned up to happen right before the query is run.

Revision 1231: Html Encode Dynamic Property Value Fix

When a property is set dynamically and has the HtmlEncode checkbox checked, it is currently being ignored. The property value has been changed from getting escaped which was preventing the HTML encoding.

DesignTime Product Update #2

DesignTime Revision 2618 and RunTime Revision 1225: ToDate Service ConversionMode Addition Added a new node called "ConversionMode" to the ToDate service.

ConversionMode = "Value"

Sets the service to function as it already does.

Defaults to this when the value is blank.

ConversionMode = "NodePath"

The value of Date takes in an xpath instead of a direct value. Date conversions are applied directly to the value of all nodes matching the xpath.

If Name is set, then a sibling node is appended with that name that contains the converted value instead. The original value is left unchanged.

Revision 2619: Process Lookup Text Fix

In the Process Lookup page, the service selects title should be 'Service' and not 'Select'. The 'Select' text has been replaced with 'Service'.

Revision 2620: Edit User Checkbox Hiding

The "Create in all environments." and "IDE Developer?" checkboxes are currently showing when editing a user. The two checkboxes have been changed to only show when a new user is being created.

Revision 2621: Connection Point Fixes

When a mouse click is registered near a service's connection point, a JavaScript error will pop up. This has been changed to properly grab the connection point or if none are found on the click it will not try to create a connection from that point.

Swapping the Yes/No exit connections for a BinaryDecision throws an error. This has been changed to properly find the outgoing connections when swapping the Yes/No exits for a BinaryDecision.

Revision 2622: New Object List Spelling Fix

When adding a new object list on the ObjectLists page, the REST option says 'Rest API Verb' instead of 'REST API Verb'. The text has been changed to 'REST API Verb' to match the rest of the site.

DesignTime Product Update #3

Revision 2623 and RunTime revision 1226: Static Textbox Title

A new property has been added to the Textbox control called SlidingTitle. Setting it to "False" will always keep the title at the top of the Textbox. This property defaults to "True". In order to utilize this property, the style.css file in the application needs to be updated. Find this existing sectionCODE: SELECT ALL

.text-field-wrap.field-active input + .label-text,

.text-field-wrap input:focus + .label-text,

.text-field-wrap.field-active textarea + .label-text,

.text-field-wrap textarea:focus + .label-text,

.text-field-wrap.field-active select + .label-text,

.text-field-wrap select:focus + .label-text {

top: -0.75em;

left: 16px;

display: block;

padding-left: 6px;

padding-right: 6px;

font-weight: bold;

font-size: 0.86em;

opacity: 1;

color: #175E8E;

background-color: #FFFFFF;}

This section needs to be updated with 3 additional selectors to look like thisCODE: SELECT ALL

.text-field-wrap.field-active input + .label-text,

.text-field-wrap input:focus + .label-text,

.text-field-wrap.field-active textarea + .label-text,

.text-field-wrap textarea:focus + .label-text,

.text-field-wrap.field-active select + .label-text,

.text-field-wrap select:focus + .label-text,

.text-field-wrap.static-title input + .label-text,

.text-field-wrap.static-title textarea + .label-text,

.text-field-wrap.static-title select + .label-text {

top: -0.75em;

left: 16px;

display: block;

padding-left: 6px;

padding-right: 6px;

font-weight: bold;

font-size: 0.86em;

opacity: 1;

color: #175E8E;

background-color: #FFFFFF; }

DesignTime Product Update #3

Once this is added the property will start working as expected.

Revision 2624 and RunTime revision 1228: New Service QueryInvoice

Implemented a new service called QueryInvoice. This service takes an InvoiceId and an array of queries and returns the desired result based on the Text, which is the question/phrase. It can also take a comma-separated list of pages to search on.

RunTime

Revision 1227: Default Button in List

Setting the default button of a text box inside of a list does not work if that button is also in the same list. The default button configured for a text box in a list now starts in the same list index of the text box before looking outside of the list.

Revision 1229: Loop Global Variable Fix

LoopGlobalVariable's are failing to be passed in on all iterations of a loop under specific conditions. Reformatted how the variables are set for each loop.

Revision 137: IBM Connection Table Loading

Added a check for the ECC IBM connections for loading the tables. If the tables fail to load, then a specific query will be run to grab the tables.

ECC

Revision 2625: View Parameters Saving Fix

Creating or modifying view parameters from Model or Controller canvases will not save. Changes made to view parameters now save correctly when done from the Model or Controller canvases.

Revision 2626: New Application BatchJob Fix

The Copy Applications BatchJob can fail to end in certain instances and is causing high memory usage on the App Server for the environment. The logic related to certain loops in the batchJob has been reworked to prevent infinite loops.

Revision 2627: Property Editor Enhancements

The property editor has received the following improvements to its search bar: The search text now stays and auto searches when a new control is selected. Multiple properties can be searched for at once using a space to separate each word. Using [v], [val], or [value] will return the entire list of properties with a value set. Using [d], [dyn], or [dynamic] will return the entire list of properties with a dynamic value set.

Revision 2628: SetControlProperty Recommended Values Fix

The PropertyName node in the SetControlProperty service is failing to load its recommended values. The loading logic for this particular node has been reworked and now it shows all properties for the control type of the given control name.

Revision 2629: Undefined in Parameters Fix

The Logic Canvas's parameters are loading the text of undefined before the actual parameters. A check has been added to verify that the parameters are ready to be loaded in.

Revision 2630: Read Only Control Events UI Fixes

The Control Events UI is not friendly in read-only mode. Several values are editable, though they do not save, scrollbars don't scroll, and it's hard to navigate. The disabling and scrolling have been reworked to be friendly in read-only mode. Parameters values now display a tooltip text to help with long values and model values.

Revision 2631: Task Property Fix

When a task's high priority is changed the UpdatedOn column gets updated to 1/1/1900 12:00:00 AM instead of the actual current time. The insert queries have been updated to properly set the time in the database when the High Priority property on a task is updated.

RunTime

Revision 1230: GetUDC Key Filtering Fix

When the GetUDC services have un-cached values and have keys to filter on it can, in certain cases, time the service out. The WHERE clause set up in the service has been modified and cleaned up to happen right before the query is run.

Revision 1231: Html Encode Dynamic Property Value Fix

When a property is set dynamically and has the HtmlEncode checkbox checked, it is currently being ignored. The property value has been changed from getting escaped which was preventing the HTML encoding.

DesignTime Product Update #4

The commitment and expertise that our employees bring are an integral part of our client’s success! It gives us immense pleasure to spotlight Safa Moady.

Can you tell us a little about your background and how you got into this type of

As I was growing up, I had limited exposure to computers. In high school, I took a basic programming class which sparked my curiosity but never acted upon it. In college, I enrolled in an Introduction to Programming course which I found particularly engaging. I developed a strong interest in computer engineering. After much consideration, I graduated from Illinois Institute of Technology with a Bachelor’s degree in Computer Engineering and Cybersecurity, as I was interested in both hardware and software.

What are some of the biggest challenges you’ve faced in your role, and how have you overcome them?

One of the biggest challenges I’ve faced during this line of work would be trying to adapt to the new work environment after graduating college. Although academic institutions may not fully prepare you for the realities of the professional world, there is always room for personal and professional growth. My experience in the field has taught me the importance of quickly acquiring new skills and adapting to new situations.

What do you consider your greatest accomplishment while working at this company?

One of my most significant accomplishments at K-Rise Systems was successfully launching a project that I worked on collaboratively with my colleagues. Throughout the process, I was able to develop a deeper understanding of the server and refine my problem-solving skills as I worked to overcome the various challenges that came along the way.

Are there any exciting projects or initiatives you’re currently working on that you can share with us?

Currently, I'm working on an exciting project called AP Automation. This innovative application streamlines the processing of invoices with varying formats and templates using AWS. As a pre-built app, it can be easily customized to meet the unique requirements of each customer. My current focus is on customizing the app to meet the specific needs of our valued customers.

Do you have any tips or advice for someone who might be interested in pursuing a similar career path?

I have some valuable advice for individuals interested in pursuing careers in IT. It’s crucial to stay current with the latest skills and knowledge that are in demand in the industry, as the field is constantly evolving. It’s also important to remember that everyone has their own unique experiences and career path, so it’s essential to enjoy the journey along the way!

What hobbies or interests do you have outside of work?

I have a few interests that are important to me. I enjoy taking road trips, as they provide an opportunity to explore new places and gain new experiences. Spending time with my family during these trips is meaningful to me, as they are my support system and are always there to celebrate my milestones. Additionally, I make it a priority to give back to my community through volunteering, particularly in times of need such as when countries are affected by natural disasters.

2023 Past Events

Blueprint 4D Dallas

The 2023 Blueprint 4D in Dallas was an extremely successful event that brought together professionals, experts, and enthusiasts from the Oracle Community. BLUEPRINT 4D is designed to provide both strategic insights and practical how-to educational sessions geared for IT leads, and business users alike. K-Rise actively participated by conducting four educational sessions, attending the conference, and hosting a booth to engage with attendees. Here's a little recap of the event:

Our 4 Educational Sessions included:

JDE A/P Automation Utilizing AWS Textract for our OCR-as-a-Service Platform

Presenter: Ben Tyrell, K-Rise Senior Developer

This session focused on reducing the manual tasks related to your Accounts Payable Processes with our AP Automation. Some of the features of our platform we demoed include:

No Mapping, No Template, OCR AI Does All the Work

Uses EASYProcess Robust Workflow Engine to Handle Approvals & Exceptions

Automated Voucher Entry, 2-Way & 3-Way

Matching that Auto-Detects PO Receipt

Handling Tolerance & Miscellaneous

Supplier Charges such as Freight & Handling Etc.

Vendors to Submit Invoices, Track Invoice

Status & Payments, Flip a PO

Scanned Invoices Added to Vouchers as Media Attachments and Saved to the Cloud

Support of PDFs, JPEGs, Tiffs, Paper/ Handwritten Invoices

Taking Pictures of Physical Invoices Using a Built-In Native App

Using a Low-Code Cloud as Oracle

Recommends While Keeping JDE Vanilla

This session provided valuable insights, practical tips, and in depth discussions. We d like to extend our thanks to all of those who attended. The recording will be available soon. Please reach out to us at  info@krisesystems.com for a copy of the recording.

2023 Past Events

Tredegar Case-Study “Replacing Excel/Email with Low-Code Platform: Centralizing Master Data Management - MRO, Product Definition (PLM) and More…

Presenter: Joe Hebner, IT Application Manager for Tredegar Corporation

This session focused on Master Data Management. Accurate Master Data is the bedrock for system integrity. It guides users through the master data process to ensure the data is entered, approved, and finally loaded, via integrations, into JDE. It also utilizes system processes to reduce manual input for improved accuracy and efficiency.

The demo Included:

Agility: Low/No code platform allows the development team to quickly fulfill business requirements

Process Improvement: How the processes are leading to improved data integrity and user efficiency

Integration: How the platform is using several data integration methods with JDE via direct data access, calling business functions directly, and using Orchestrations to load data.

Joe s expertise and engaging presentation style captivated the audience. Many participants left with a deeper understanding of Master Data Management. We d like to extend our thanks to all of those who attended. The recording will be available soon. Please reach out to us at  info@krisesystems.com for a copy of the recording.

2023 Past Events

2023 Past Events

JDE Vendor Onboarding Portal for Create/Manage

Supplier Master

Presenter: Doug Palaske, Director of Sales & Marketing at K-Rise Systems

In this session, Doug focused on Intelligent Forms & Workflows with approval notifications aligned with real-time JDE integration.

App Demo Topics Included:

1 Vendor: Create / Change/ Inactivation / Reactivation

2 Document: Grouping / Type Management & Invoice Doc Mgmt.

3 Workflows: By Type, Spend Threshold, Services & More

4 Notifications: Email, SMS Text, Native Mobile App

5 Integrations: Compliance, Validations, Additional Vetting Apps, etc.

6 Audit: Full History with Auto Date/Time Stamps on All Activity

7 Web & Mobile: Web App with Mobile Browser & Native App

8 JDE Integration: BSFN, Orchestrator, or Hybrid

9 Reports: Parsing Request by Status, Bottlenecks, Date/Time Range

The session fostered thought-provoking discussions and enabled participants to gain a comprehensive understanding of Master Data Management. We d like to extend our thanks to all of those who attended. The recording will be available soon. Please reach out to us at  info@krisesystems.com for a copy of the recording.

First Quantum Case-Study: “JDE Integrated LowCode Platform for Process Automation, Workflow & Efficiencies. Item & Vendor Onboarding, CapEx Approval & Vendor Portal

Presenter: Jeremy Stowe, Director of Services at K-Rise Systems

In this session, Jeremy focused on how creating best practices in modern web/mobile apps for strategic business value is critical and how we’re also replacing standalone Excels (but maintaining Excel Import/Export), Dropbox Folders, and inefficient legacy systems.  Our new apps have eliminated replicated data entry issues, and missing & incorrect data while providing significant efficiencies. Easy workflow setup/change with robust real-time notifications (email, text, native app) with delegation, parallel workflow sequencing, escalation & assignment logic is essential.

This session reviewed our many low-code platform apps like:

Item Master & Vendor Onboarding

Vendor Portal for Pre-Pay Management

Reconciliation for Damaged & Short Items against the JDE PO.

We reviewed real-time JDE Integration with Orchestrations (current trend), BSFN, UDC Tables for Validation, Media Object, Status Codes, and more.

We extend our heartfelt thanks for your active participation, insightful questions, and valuable contributions during this session! If you would like a copy of the recording for this session, please feel free to contact us at info@krisesystems.com

2023 Past Events

2023Past Events

Wewouldalsoliketoextend our sincerestgratitudefor taking the timetovisit our booth at the JDE Quest Blueprint 4D Conference in Dallas. It was an absolute pleasure to meet everyone and discuss our products and services! Your presence and engagement at our booth were truly appreciated.

At K-Rise, we strive to provide innovative and cutting-edge solutions that address the challenges faced by businesses like yours. We genuinely value your time and the opportunity to connect with you during the Blueprint 4D Conference. Please feel free to reach out to us if you have any further inquiries, require additional information, or wish to discuss potential projects for your company. We would be delighted to assist you in any way possible. Once again, thank you for your visit to our booth and for making the JDE Quest Blueprint 4D Conference a memorable event for us!

Schedule a Demo with our Team

2023 Past Events

We'd also like to thank all the participants of our 2023 Questopoly game at Blueprint 4D! It was so much fun for us! Congratulations to our winner Bukola Adenuga from AARP! We hope you are enjoying your new Nintendo Switch!

We hope you will join us next year for more great sessions! Save this date. We can’t wait to see you next year!

INFOCUS 2023 Denver

Join us in person this September as the JD Edwards community gathers once again at the Denver Sheraton for insights, updates, and education.

JD Edwards INFOCUS brings together IT leaders and business users with JD Edwards experts, industry innovators, technology leaders, and Oracle Product teams for insights, education, and information. Get ready to dig deep into hot topics like Release 23, Orchestrator, No code/low code, JD Edwards on OCI, Automation, UX One, Personalization/ Extensibility, and more!

At INFOCUS, JD Edwards users of all levels can dig into new releases, dive deep into practical learning, get new ideas from best practices, and hone their JD Edwards skills during three jam-packed days of education and networking. Attendees can chat with the experts, connect with and learn from other users and meet solution providers.

Register Here

Upcoming events in 2023!

Our Spotlight Event will be on:

Thursday, September 28 at 2:15 pm MT and will feature:

AP Automation is a way to reduce the manual tasks related to your Accounts Payable Processes. Our A/P Invoice Automation is based on our low-code platform, EASYProcess.

AWS Textract AI-Based Query Document API is used to intelligently get invoice information without needing position-based templates. AP Automation will eliminate time-consuming and error-prone manual processes with a fully automated system that includes all these features:

No Mapping, No Template, OCR AI Does All the Work

Uses EASYProcess Robust Workflow Engine to Handle Approvals & Exceptions

Automated Voucher Entry, 2-Way & 3-Way

Matching that Auto-Detects PO Receipt

Handling Tolerance & Miscellaneous

Supplier Charges such as Freight & Handling Etc.

Vendors to Submit Invoices, Track Invoice Status & Payments, Flip a PO

Scanned Invoices Added to Vouchers as Media Attachments and Saved to the Cloud

Support of PDFs, JPEGs, Tiffs, Paper/ Handwritten Invoices

Taking Pictures of Physical Invoices Using a Built-In Native App

Using a Low-Code Cloud as Oracle Recommends While Keeping JDE Vanilla

Our acclaimed JDE OVI Certified (32 & 64 bits) EASYProcess Low-Code Platform provides JDE companies with an easy-to-use AP Automation web & mobile app which is pre-integrated with JDE data & logic.

Upcoming events

PLUG (Packerland User Group)

We’re also proud to be a Diamond Sponsor of the PLUG (Packerland User Group)! We hope you will join us at the next event!

Hug (Houston User Group) Annual  Meeting

We are so excited to be a Platinum Level Sponsor of the Houston Users Group for another year! Doug Palaske, K-Rise’s Director of Sales & Marketing will present a live educational session at the 3rd Quarter meeting on September 13th in Houston. We hope you will join us for this great event! Details below:

Upcoming events

Upcoming K-Rise Live Webinars in 2023

Weareworkingon several newwebinars with various useful topics to help support your business growth.

Our live webinars are a great opportunity to have your questions addressed and interact with our senior development team.

Check out our Events Page

Check out our website for a complete update on these webinars. We also have an extensive collection of past webinars for valuable insights from our Senior Development Team on diverse topics and emergingtechnology. Check out all the videos on our website https:// www.krisesystems.com/video-library/  orour YouTube channel for more videos on our low-code platform!

Upcoming Webinars

Past Webinars

JDE PO Approve App, 30 min. Webinar: The Best, Easiest to Implement/Use & Affordable.

Procurement Managers need to approve JDE PO & Requisitions…

Immediately: Streamli i g the Deci io Proce

Accurately: Elimi ati g U authorized Orderi

Easily: Portal / Email / Mobile Native App Notificatio

Customized: Clie t Per o alized & Bra ded

FEATURES: ANY / A JDE Version

Integration: 9.2 Orchestrator or BSFN – Your Choic PO’s & Requisition

Workflow Notifications: Email & Mobile Native Ap

Smartphone: Both Browser & Apple/Android Native Ap

Intelligent Emails: Approve/ ogin from Emai P43008 Approval evel Revisions

Attachme t , Approval Hi tory, Comme t , La guage, Reject, Ma Approval & More…

K-Rise PO Approval App promotes: Financial Discipline, Co trol & Complia c Purchasing Best Practice Controls SPEND, Provide Tra pare cy & Accou tability

FREE POC (Try Before You Buy): Remove Ve dor/App Deci io U certai ty & Project Ri k 1.    Create A AWS Te a t (mi ute ) 2.    I tegrate with your JDE Server /Databa e with ECC Detail are . (hour) 3.    Fill out Co figuratio Setti g 4.    K-Ri e Impleme t PO Approve (1 day) 5.    POC i 100% applicable to Productio / Go Live 6.    Clie t 100% Decide Project Ye /No Deci io HERE HERE
Watch Webinar Recording

JDE Card / AR Payments- Freedom of Gateway / Processor Choice

Presented by: Matt Minchuck, K-Rise Senior Developer

EASYPay from K-Rise Systems is the ONLY JDE payment app providing Client Finance / Treasury personnel 100% choice in creating and changing banking contracts for card processing. EASYPay is the leading JDE payments solution used by large JDE E1 companies like:

E1 Payments Automation & PCI Securit y

Our larger global clients choose global processors/ gateways like Adyen & Visa CyberSource.

Many of our North American clients choose Authorize.net, FIS, PayPal, Chase Paymentech, Fiserv, Braintree, and others.

Choice & Security: FYI Adyen in ’21 deprecated (end of life) the long established Hosted Payment Pages (HPP) integration approach with superior APIs supporting 3D Secure 2 Authentication and new PSD2 (Payment Services Directive) regulations.

Many clients combine processors on one Payment Pad. Example: Using FIS (Vantiv) for cards and CyberSource for ACH/e-Check.

Choice directly impacts toxic card data security & reduces liabilities for your company.

Many of our Canadian clients choose Moneris (only or combined).

Past Webinars

Past Webinars

Our Certifications

EASYPay has become a #1 JDE Payments Solution. It’s affordable, quickly deployed, and offers the best PCI security, bar-none.

EASYPay is very robust covering many use-case scenarios:

EASYPAY for JDE Sales Order Management: (P4210 / P42101)

EASYPAY for JDE AR Invoice Collections: (F03B11)

EASYPAY AR Portal: for Customers or Employees

• Inquire / Pay Invoices, Account Info, Unapplied Cash, Payments Receipts, AutoPay, Statements & Subscriptions

EASYPAY Email Payments, Eliminated PCI Scope: Customer receives Email Payment Button transacting outside your L AN.

Cash Receipt App: Allows Remit Uploads via Excel to Create Unapplied Payments, Write-Offs, Deductions, and Match Payments Against Invoices

EASYPAY for JDE Service Management: Contracts (P1720) & Work Orders (P48201)

EASYPay for JDE Real Estate: Tenants (P01012) and Leases (P1501)

EASYPAY for e Commerce: EASYCommerce or any 3rd Party Shopping Cart like Magento, etc.

EASYPAY API Projects: Hosting from Homegrown Apps, Salesforce, Magento, and Other Applications

EASYPay is based on the acclaimed JDE EASYProcess Low-Code Platform! Strategic apps need to be platform based (like JDE Tools)… do not consider a programming language deliverable. You can watch the Webinar recording here.

Thank you for being a part of the K-rise community! We look forward to bringing you more engaging and insightful content in the future. Your feedback and suggestions are always welcomed as they help us improve and cater to your evolving interests and needs. If there’s anything specific you’d like us to cover or if you have any questions, please don’t hesitate to reach out to us at  info@krisesystems.com.

We value the opportunity to connect with you and provide value through our content. Have a great summer!

Schedule a Demo with our Team

Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.