简体   繁体   English

在 Guidewire 中下载批次历史记录

[英]Batch History Download in Guidewire

I have a question regarding the download batch history button that can be accessed on the batch info screen by hitting ALT + SHIFT + T. Once you download the history and open the index.html it displays a table with all the results.我有一个关于下载批次历史记录按钮的问题,可以通过按 ALT + SHIFT + T 在批次信息屏幕上访问该按钮。下载历史记录并打开 index.html 后,它会显示一个包含所有结果的表格。 Is there a way to add a new column to this table?有没有办法向该表添加新列? This is OOTB functionality.这是 OOTB 功能。

There is no easy way to configure this.没有简单的方法来配置它。 The current logic is OOTB and comes from internal package com.guidewire.pl.system.batchprocessing.BatchInfoHelper .当前逻辑是 OOTB,来自内部 package com.guidewire.pl.system.batchprocessing.BatchInfoHelper You cannot make any modifications directly in this.您不能直接在其中进行任何修改。

however, if it is extremely crucial that you need this capability, you will either have to redesign custom pcfs or design your own method and export functionality for the action property of the 'Complete Download' button to replace BatchInfoHelper.download() .但是,如果您需要此功能非常重要,则您将不得不重新设计自定义 pcfs 或设计您自己的方法并为“完成下载”按钮的操作属性导出功能以替换BatchInfoHelper.download()

Given that all this information is available in the database anyway, you could utilize the same or even add a custom export button to query the database and display the findings in an LV or export it.鉴于所有这些信息无论如何都在数据库中可用,您可以使用相同的甚至添加自定义导出按钮来查询数据库并在 LV 中显示结果或将其导出。

Alt+shift+T is showing some screenshot option. Alt+shift+T 显示一些截图选项。 Its not navigating to the Batch sreen它没有导航到批处理屏幕

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM