Remove Selected pages from PageList :
- loop through the page list (PageList name --> PGList),
- go to the page which need to be deleted and set pyDeletedObject == True,
- call the function --> @Utilities.RemoveDeletedObjects(PGList). (outside the pageList context)
Remove Duplicate from PageList:
- page list need to be referenced to Code-Pega-List (PGList.pxResults) ,duplicated property is ".Key"
- call @pzRemoveDuplicatesFromListPage(PGList,".Key")
Get subscript from Current page in the pageList
param.pyForEachCount
Set Column type to nvarchar
ALTER TABLE {<DB>.<TableName>} ALTER COLUMN {<Column Name>} nvarchar(256) NULL;