Use Generate List functionality: FS Verify Entitlement
The Following are the details of creating a list based on a
search spec:
Business Service Name
|
Method
|
FS Verify Entitlement
|
GenerateList
|
Input
|
||
Name
|
Type
|
Value
|
Business Component
|
Literal
|
<BC Name>
|
Business Object
|
Literal
|
<BO Name>
|
Field List
|
Literal
|
"<field name1>","<field name2>"
|
Search Spec
|
Expression
|
"<search spec>"
|
Output
|
||
Process Property
|
Data Type of Process property
|
Output Argument
|
<Property Name>
|
Hierarchy
|
Lists
|
The following are the details of step where we obtain the
values in the List:
Business Service Name
|
Method
|
FS Verify Entitlement
|
GetNextItem
|
Input
|
||
Name
|
Type
|
Value
|
Field Name
|
Literal
|
<Field Name1>
|
Lists
|
hierarchy(obtained the List creation step)
|
<property Name>
|
Output
|
||
Process Property
|
Data Type of Process property
|
Output Argument
|
ValidFlag
|
Literal
|
Valid Flag(Value is true)
|
<Field Value >
|
Literal
|
Item
|
<List to be passed again>
|
Hierarchy
|
Lists
|
The Values are Stored in the List as the Following:
If example there are three records that specify the Search
spec then its stored in following format:
Record Number
|
Field Name
|
Corresponding Field Value
|
List Number
|
1
|
<Field Name1>
|
<Field Value1>
|
1
|
<Field Name2>
|
<Field Name2>
|
2
|
|
2
|
<Field Name1>
|
<Field Name1>
|
3
|
<Field Name2>
|
<Field Name2>
|
4
|
|
3
|
<Field Name1>
|
<Field Name1>
|
5
|
<Field Name2>
|
<Field Name2>
|
6
|
So every Next record brings the item specified in the list
Number.
Comments
Post a Comment