Reference in orchestrator

Hi , I am in new using Reframework and I have to use reference in orchestrator . I am confused about where this information goes in the Reframework/ where it should be worked on. Also if there any example? (I mean a refrenece table ). I have my data in data table and have it adding to the Queues. Thank you

@mma

You can use add bulk queue items and in your datatable add a column with Reference and fill values as you need

That would be the reference for item when you send datatable in add bulk queue items

Cheers

@mma

check this reference

when I use that and put a data reference column . it wont show in the “REFERENCE Column in Orchestrator” only shows in the details

@mma

the column name should be Reference in datatble

and if not using bulk add then the value is to be given in Reference proeprty

cheers

okay is there anywhere in the transaction data I will work on these reference?

the mapping of column name is Case Sensitive

Lets assume the following Bulk data

Name ID Reference
Anna 01 Ref#100
Tom 05 Ref#200

then we would e.g. have a queue item
with reference: Ref#100
and SpecificContent of:
Name:Anna
ID:01

For the column name mappings have a look here:

And

@mma

if you want you can get it by transactionitem.Reference

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.