简体   繁体   English

URL 带选择名称文件夹

[英]URL with choice name folder

I would like to know if it is possible to define a filename through a URL.我想知道是否可以通过 URL 定义文件名。

var url = "myurl"
g_navigation.openPopup(url);

these two lines allow me to upload an excel file but not to define a name to my file.这两行允许我上传 excel 文件,但不能为我的文件定义名称。 do you know how to define a name by passing through a URL你知道如何通过一个 URL 来定义一个名字吗

Thanks谢谢

At this time there is no way to pass a file name as a param when exporting table data via URL.此时通过URL导出表数据时,无法将文件名作为参数传递。

Reference: https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/exporting-data/task/t_ExportDirectlyFromTheURL.html参考: https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/exporting-data/task/t_ExportDirectlyFromTheURL.html

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

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