I am having one requirenent where i need to copy data between versions of one department and one product combination data ..how can i achieve that
@Vam1992
You can not cherry pick the selections with Bulk Copy. You can use Bulk Copy Only if there is a need to copy the data from one list item into another or from one version member into another member of version. It is a Model Specific feature meaning the copying will happen across all the modules where the list or version is being used as a dimension. However Bulk Copy Feature can not be used when you have to cherry pick (i.e., one particular Product/Department Selection) the selection.
In order to copy the data from one particular intersection you can use filter on module, create a saved view and then use that saved view to import it into another module.
Note: This is module specific and You will have to do it in all the modules one by one
Misbah
I second what @Misbah has said, but if you are working with only one module i.e. copying the actual version data into the budget version of that module. You can pull the export out for the specific combination. Then create an import action to feed the data back into the same module where the import would be set in such a manner that it will prompt you to select the combination of product, department and versions.
I hope it helps
~Anand
Hi @Vam1992
If you're using native version, then you can use the 'Bulk Copy' function in 'Versions'
Thanks,
LipChean
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…