pega

Why does the error occurs then I try to utilize pzRDExportWrapper in Pega 7.1.8?

社会主义新天地 提交于 2019-12-25 16:39:36
问题 I have a task to export a repeat grid's content to Excel. I have read an article, but I still can't realize how to properly use it. I tried to repeat article's steps to provide pzRDExportWrapper, but after I click "Save" button I get the error: Method: Rule-Obj-Activity instance not found: Sb-FW-CTrackFW-Work.pzRDExportWrapper. Details: Invalid value for Activity name passed to ActivityAssembler. Could anybody give me any suggestions? Thank you. 回答1: You invoke activity from another activity

How to get all rows from Page list and convert them to CSV utilizing pxConvertResultsToCSV

痴心易碎 提交于 2019-12-25 05:13:46
问题 I have a Repeat grid layout, as a source is Report definition. The grid displays twenty row per page. So, if there are thirty-three rows, there are four pages. I have got a task to export all grid's data to CSV. I have found out the pxConvertResultsToCSV activity. It requires to pass PageList with the properties to convert. I use pgRepPgSubSectionMySectionListB.pxResults to do this. But I have realized, that the property pxResults contains only first twenty elements of

ACTIVE DIRECTORY,EXCHANGE, SHAREPOINT via REST

断了今生、忘了曾经 提交于 2019-12-12 04:45:10
问题 Hello everyone I'm trying to retrieve a user data from Active Directory, like Names, departments they belong to etc., and send all that info to a client via REST how can I achieve this? Also I have a sharepoint application that retrieves part of this info from the AD and is connected via LDAP. Now what would be the best way to direct all this info to the client via web services I woul prefer REST since is out of the box. I'm using Exchange Server 2010 version 14.02.0247.005 and Windows Server

How to export repeat grid layout data to Excel using pzRDExportWrapper in Pega 7.1.8?

自闭症网瘾萝莉.ら 提交于 2019-12-08 11:14:55
问题 I am trying to export repeat grid data to excel. To do this, I have provided a button which runs "MyCustomActivity" activity via clicking. The button is placed above the grid in the same layout. It also worth pointing out that I am utulizing an article as a guide to configure. According to the guide my "MyCustomActivity" activity contains two steps: Method: Property-Set, Method Parameters: Param.exportmode = "excel" Method: Call pzRDExportWrapper. And I pass current parameters (There is only