Understanding Express Billing

PeopleSoft express billing allows you to enter bills online quickly, especially when you have a large number of lines per bill. You can add and clone existing bill lines in bulk and configure the Bill Lines grid using the grid customize PeopleTools feature to fit your business needs. Express billing combines the standard bill entry pages to reduce the number of pages that you need to access when entering your bills online.

Templates can be created to determine the fields that are required and those that are optional when creating an express bill.

In addition, the Forms and Approval Builder feature can be used to create a form and a component interface is available to use the form in Express Bill entry.

Express Bill Entry templates allow you to define the way the header, line and distribution grids are displayed when using the Express Bill Entry pages. The Bill Entry Template value can be specified at various levels; Installation, Business Unit, Bill Type or Bill Source. Based on the Billing defaulting hierarchy, a Template ID is populated and associated with the Express Bill Entry page.

To configure Express Bill Entry Template, use the Express Bill Entry Template (BI_BILLENTRY_TEMPL) component.

The Forms Builder feature can be used to create a special form for a special purpose. You can create an invoice in Billing using a simple invoice request form using the forms and approval builder and loading the data into Billing.

You can create your own form by referring to the Simple Invoice Request form. You can enter an invoice and submit it for approval. When approved, data on the form can be directly integrated to create an invoice in Billing. Approvals and security can be setup while creating the form.

The component interface BI_ENTRY_X_CI2 is available for Forms to CI integration.

Steps to Creating a Form for Express Bill Entry

To create a form for Express Bill entry:

  1. Use the Form Designer to set up prompts, special instructions, lockdown options, approvers, and roles who can access and approve the form.

  2. Provide security to the Component Interface – BI_ENTRY_X_CI2 for Forms to CI integration by adding this CI to a permission list.

  3. Use the Form to CI Collection Mapping Page, to map fields on the form to fields on the Component Interface.

    You can optionally enter default values for mapped fields in the CI Property Default field. Default values can include ChartFields, the Bill Type, the Bill Source, and so on.

  4. Add the Invoice Request Form tile on any Homepage to access the Invoice Request Form page.

  5. On the Invoice Request Form page, provide the required details and submit the form for approval.

    Default values populate from the Form to CI Collection mapping page.

  6. When the form is approved, select Save and Post.

    The system calls the component interface from the form internally and inserts data into the Billing tables. Thus, creating a new invoice.

For additional information about using the Forms and Approver Builder feature see Understanding PeopleSoft Forms and Approval Builder.