Table 18008321 EOS010 Salesperson Set Entry
Table 18008321 EOS010 Salesperson Set Entry
This table is used to store the Role\Salesperson set entries.
Fields
Salesperson Set ID (1)
Integer
Salesperson Role (2)
Code[10]
TableRelation: "EOS Salesperson Role"
Salesperson Code (3)
Code[20]
TableRelation: "Salesperson/Purchaser".Code
Role-Salesperson Set ID (4)
Integer
Salesperson Role Name (5)
Text[100]
FieldClass: FlowField
CalcFormula: lookup("EOS Salesperson Role".Description where(Code = field("Salesperson Role")))
Salesperson Name (6)
Text[50]
FieldClass: FlowField
CalcFormula: lookup("Salesperson/Purchaser".Name where(Code = field("Salesperson Code")))
Methods
GetSalespersonSetID
procedure GetSalespersonSetID(SalespersonSetDict: Dictionary of [Code[10], Code[20]]): Integer
Get Salesperson Set ID from a Dictionary of [Role, Code]”
Parameters / Return Value
SalespersonSetDict
Dictionary[Code,Code]Dictionary of [Role, Code]
Returns
Integer
GetSalespersonSetID
procedure GetSalespersonSetID(var SalespersonSetEntry: Record "EOS010 Salesperson Set Entry"): Integer
Get Salesperson Set ID from SalespersonSetEntry Buffer
Parameters / Return Value
SalespersonSetEntry
Record "EOS010 Salesperson Set Entry"Temporary SalesPerson Set Temporary Buffer
Returns
Integer
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.