I have requirement where I have datatype and i need to move the filtered 100 records to higher environment . I don’t want want to put instances for selected records.
Is there anyway to select those new records to select and include in product file to send in higher environment?
@NishaD17217453
Hi, Scenario :- Suppose we have one table in DEV env. Which consist of 200 records. We want to move this table to higher environment ex: Stage, aur QA1. And we want to move only 10 records out of these 200 records to higher environment. How we can...
Try this thread and see if you get your answer.
@NishaD17217453
Please check this link - https://support.pega.com/question/how-can-we-get-key-data-type (multiple options discussed).
Another option to consider:
Export the data through CSV and filter down the results, then import the CSV with filtered results into the higher environment.
@Abhishek Tripathi
Filtering report definition and calling that report definition in product file worked as mentioned in the link.
@RameshSangili
Importing CSV is not recommended to higher environment in our project is not recommended.