Seeding Line items

 

I am working on seeding a line item from one module into another module. The action only seems to work when the Versions setting is set to Not Applicable. However, then our module (under the Not Applicable setting) is missing most of the data that was originally in there.

How can I seed the line item having the setting set to All versions? Or is there something else I am missing here?

Thanks!

Best Answer

  • Hello,

     

    If your target module doesn't have the same dimension as the source model, then you often need to specify that dimension with either a SELECT or a LOOKUP:if you need to select a specific version then it is: line item[SELELECT:Versions.'version name']. However, it is unlikely that the version is causing the issue because the data automatically resolve to the default version of the model anyway.

     

    It would be easier for us to help you if you were to show us the dimensionality of your source & target module.