Sales Program, Program Classes are used to categorize Sales Programs and set unique numbering sequences for new Programs.From here, users can add new records and edit or delete existing records.
Software Version: 2019.09.03 and newer
Page Header
Toolbar Icons | Description |
---|---|
Cancel | Cancels the current unsaved changes and returns the view from Edit mode to Read only mode. This toolbar icon is only displayed when the view is in edit mode. |
Delete | Deletes the selected record(s). When clicked, users will be prompted with: "Are you sure you want to delete the selected records?". Click "OK" to confirm, or "Cancel" to return without deleting. WARNING: Records cannot be recovered once they are deleted! |
Edit | Puts the list view in edit mode allowing all editable fields to be modified at one time. To get out of edit mode you must either Cancel or Save your changes. |
Excel | Clicking the Excel toolbar icon exports the current contents of the grid to an Excel file that is automatically downloaded. The contents that export are only those currently visible. If the grid is filtered, only the filtered contents will be exported. |
Favorites | Clicking on the star icon when it is an outline, adds the page to the 'My Shortcuts' tab and fills in the star. Clicking on the star icon when it is filled in (solid color), removes the page from the 'My Shortcuts' tab and returns the icon to an outline. Users must log out and back in before the pages will be visible in the 'My Shortcuts' tab. |
Grid Layout | Opens the Saved Grid Layout menu that allows the user to select another saved layout, create a new layout, save changes to a layout, or assign a saved layout as the default for the page. Once changes are made to a grid, such as columns are added or removed, the user can click the Saved Grid Layout icon and save the changes to the grid layout and name the new layout. The new layout can also be set as the default, instead of the System View. This is useful for creating specific views to separate master files or transaction types (i.e. Invoice specific vs. Credit Memo specific). The bolded view is the default view, which will determine the view will automatically display in when opened. |
Help | Opens the online WIKI help page for the current page. This icon is only visible on pages that are documented in the online help. |
New | Inserts blank lines that allow adding multiple new records. |
Save | Saves all changes. |
Fields | Description |
Checkbox | Used to select one or more records. |
Inactive | A Yes/No field used to identify if the Program Class is Inactive. If set to 'Yes' then the record is "Inactive" and will not be included in look-ups for new Programs. Setting this to Inactive only prevents the record from being manually assigned to new transactions or master files, it does not prevent transactions containing this value to be posted. Linked Database Field: ERPx_SPProgramClass.IsInactive |
Next Program ID | A numeric text box to assign the next Program # that will be used when auto assigning Program ID's to new Programs associated to this Class. This defaults to blank but is required. If missing, the message "Next Program ID is required." will be displayed on Save. This must be a positive, whole number. If not, the message, "Next Program ID must be a positive, whole number." will be displayed on Save. The next Program ID that is auto-assigned is made up as ([Program Prefix] [Next Program ID]). If there is no value assigned to the Program Prefix then it will just be the [Next Program ID]. Linked Database Field: ERPx_SPProgramClass.NextProgramID |
Program Class | A text box to enter the unique identifier of the Program Class record. This defaults to blank for new records and is required. If not assigned, the message "Program Class is required." will be displayed on Save. This value must be unique. If not, the message "Duplicate Program Classes are not allowed." will be displayed on Save. This field is always editable and must be <= 25 characters. The Program ID is used as a short description and unique identifier of the Program Class. Linked Database Field: ERPx_SPProgramClass.ClassName |
Program Class Description | A text box to enter a description for the Program Class record. This defaults to blank for new records and is not required and does not need to be unique. This field is always editable and must be <= 100 characters. The Program Class Description is used as a long description for the Program Class. Linked Database Field: ERPx_SPProgramClass.Description |
Program Prefix | A text box to assign a Prefix that will be used when auto assigning Program ID's to new Programs associated to this Class. This defaults to blank and is not required. This field is always editable and must be <= 10 characters. The next Program ID that is auto-assigned is made up as ([Program Prefix] [Next Program ID]). If there is no value assigned to the Program Prefix then it will just be the [Next Program ID]. Linked Database Field: ERPx_SPProgramClass.ProgramPrefix |
Program Type | A single-select standard lookup to identify the type of Program the class is used for. This defaults to blank and is required. If missing, the record will not be added on Save. This field is always editable. This lookup contains all the values in the SPProgramType Enumeration Class. Linked Database Field: ERPx_SPProgramClass.ProgramTypeSK |
Seq |