简体   繁体   English

如何在 NetSuite 中编辑弹出窗口中的信息?

[英]How could I edit the information on popup window in NetSuite?

How could I edit the information on popup window in NetSuite ?如何在 NetSuite 中编辑弹出窗口的信息? Like this photo, I wanna to show some other information in this popup window .像这张照片一样,我想在这个弹出窗口中显示一些其他信息。 enter image description here在此处输入图像描述

I want to edit the information of item colume in Purchase Order.我想在采购订单中编辑项目列的信息。

Is there any way to do that?有没有办法做到这一点? Maybe using some script?也许使用一些脚本?

Under Customizaton / Forms /Entry Forms在 Customizaton / Forms /Entry Forms 下

  • find the default form for the record type for which you want to adjust the quick-vew找到您要为其调整快速查看的记录类型的默认表单
  • Edit that form.编辑该表格。
  • there is a 'Quick View' tab有一个“快速查看”标签
  • add/remove/re-order the fields needed添加/删除/重新排序所需的字段
  • save the form保存表格

Repeat as needed (non-inventory items have different forms than inventory items etc)根据需要重复(非库存项目与库存项目等具有不同的形式)

There are also much more complex ways to accomplish this by adding scripts to the page but that's a whole other story.还有更复杂的方法可以通过向页面添加脚本来实现这一点,但那是另一回事了。

edit based on comment: Something like the last X prices of the item could be added as custom item fields.根据评论进行编辑:可以将项目的最后 X 价格之类的内容添加为自定义项目字段。 These fields would be no different from any custom fields.这些字段与任何自定义字段没有什么不同。 They can be non-saved and derived from saved search outputs or they could be calculated daily in a map reduce script on items that have been purchased in the previous 24 hours.它们可以是非保存的,并且可以从保存的搜索输出中派生出来,或者可以每天在地图缩减脚本中对过去 24 小时内购买的物品进行计算。 (or 36 for some extra effort but no missed transactions) (或 36 个额外的努力,但没有错过交易)

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

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