Mapping Data from one module to another

Hi Everyone,

 

Please consider following example,

 

NameType
AZPBR
BZRBR
CZRCL
DZWIR

 

I have a module A with 'Name" as list and a line item named type as shown above, now below I have a second module B with a List "Class" and the list "Name" in module A is a line item here.

 

ClassName Type
ABDA 
SHGB 
AJSC 

 

How can I bring the values in "Type" line item from Module A also into the module B with respect to "Name"

Best Answer

  • @Shawnm 

    You should use LOOKUP function here:

    Module A.TYPE[LOOKUP:NAME]

    Please make sure that format of line items is right and matching with the dimensions.

     

     

Answers

  • Hi @Shawnm 

    You need to use LOOKUP function since the source has list name as dimension and in target name is a list property  , so you need to reference this mapping from the source to bring in the value