Post change request configuration¶
Once a change request is submitted in the application, the system follows a structured sequence of actions to ensure that the request is transmitted to the utility, validated, and updated in the nGenue system. The process includes outbound (supplier to utility) and inbound (utility to supplier) communication, with clear tracking at each stage.
Outbound process (Supplier to utility)¶
The outbound process begins immediately after the change request submission:
-
Request added to EDI schedule
- The request is placed in the EDI schedule, where it awaits processing.
- The scheduling ensures that requests are transmitted according to the predefined service run times configured for the utility.
-
EDI service processes the request
- During the next scheduled EDI run, the system collects pending requests from the queue.
- The EDI service validates the request format and ensures all mandatory fields are populated.
-
Outbound file generation and transmission
- The nGenue system generates an outbound EDI transaction file (typically an 814 Change Request).
- This file is encrypted and transmitted to the utility’s EDI server using the configured communication protocol (e.g., SFTP, AS2).
-
Status update in Facility screen
- The Facility screen updates the EDI status to Awaiting response.
- This status indicates that the request has been successfully sent and is awaiting confirmation from the utility.
Inbound process (Utility to supplier)¶
Once the utility processes the outbound file, they respond with an inbound EDI transaction:
-
Utility sends response file
- The utility sends an EDI 814 response file indicating acceptance or rejection of the change request.
-
EDI server decryption and processing
- The inbound file is decrypted and parsed by the EDI server.
- The system matches the response to the original outbound request using unique transaction IDs.
-
If the response is accepted:
- The Activity log records a successful update, including a timestamp and utility reference number.
- The Facility screen updates the EDI status to Accepted.
- This confirms that the requested changes have been successfully applied by the utility.
-
If the response is rejected:
- The rejection reason code and description are recorded in the Activity log for troubleshooting.
- A review task is automatically created and assigned to the relevant operations team.
- The rejected EDI file is archived for audit and reference.
Following these steps ensures that every change request is processed, validated, and recorded in compliance with utility requirements. The clear inbound and outbound workflows help maintain billing accuracy, track request status, and support timely resolution of any rejections.