Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
Def - Program Class - Sales Programs
Def - Program Class - Sales Programs
nopaneltrue
 From here, users can add new records and edit or Inactivate existing records. 

...

Toolbar IconsDescription
Column Filter Show/Hide
Insert excerpt
Column Filter Show/Hide - Global
Column Filter Show/Hide - Global
nopaneltrue
Delete
Insert excerpt
Delete - LV 3.0
Delete - LV 3.0
nopaneltrue
Excel
Insert excerpt
Excel - LV 3.0
Excel - LV 3.0
nopaneltrue
Favorites
Insert excerpt
Favorites Add/Remove - Global
Favorites Add/Remove - Global
nopaneltrue
Group By Show/Hide
Insert excerpt
Group By Show/Hide - Global
Group By Show/Hide - Global
nopaneltrue
Help
Insert excerpt
Help - Global 3.0
Help - Global 3.0
nopaneltrue
New
Insert excerpt
New - Global 3.0
New - Global 3.0
nopaneltrue
Quick Column Filter
Insert excerpt
Quick Column Filter
Quick Column Filter
nopaneltrue
Save
Insert excerpt
Save - LV (Multi Line) 3.0
Save - LV (Multi Line) 3.0
nopaneltrue
Saved Layouts
Insert excerpt
Column Layouts for Framework 3.0 - Global
Column Layouts for Framework 3.0 - Global
nopaneltrue
FieldsDescription
Checkbox

Insert excerpt
Checkbox
Checkbox
nopaneltrue

Inactive

Insert excerpt
Inactive - RV
Inactive - RV
nopaneltrue

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. This field is always editable.

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].

Database Field: ERPx_SPProgramClass.NextProgramID

Program Class

A text box to enter the unique identifier of the Program Class. 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 editable until the class has been used on a program that has been assigned to a transaction and must be <= 25 characters. 

The Program ID is used as a short description and unique identifier of the Program Class.

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.

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 editable until the class has been used on a program that has been assigned to a transaction 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].

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 editable until the class has been used on a program that has been assigned to a transaction.

This lookup contains all the values in the SPProgramType Enumeration Class. 

  • Insert excerpt
    Def - SP Program Type - Brokerage
    Def - SP Program Type - Brokerage
    nopaneltrue
  • Insert excerpt
    Def - SP Program Type - Rebate
    Def - SP Program Type - Rebate
    nopaneltrue
  • Insert excerpt
    Def - SP Program Type - Off Book
    Def - SP Program Type - Off Book
    nopaneltrue
  • Insert excerpt
    Def - SP Program Type - Accrual
    Def - SP Program Type - Accrual
    nopaneltrue
  • Insert excerpt
    Def - SP Program Type - On Invoice
    Def - SP Program Type - On Invoice
    nopaneltrue

Database Field: ERPx_SPProgramClass.ProgramTypeSK

Seq

Insert excerpt
Ln. - RV Items Grid
Ln. - RV Items Grid
nopaneltrue
 This is an editable text box that defaults to the next available base-10 number. It is required and is always editable. To re-sequence the line items, edit one or more lines with a new positive number that would put the line item where you want it sorted, and click the Save button. On save, the line items will be resorted, and the Ln. values will be re-set to base-10 values.

For example, if you had line items 10, 20, and 30 and you wanted the last one (Ln. 30) to be second, you could edit the value to any number between 10 and 20 (i.e. 15) and on save the lines would be sorted in the new sequence (10, 15, and 30) and then all Ln.'s would be re-set to base 10 numbers (10, 20, 30).

Database Field: ERPx_SPProgramClass.Sequence

...