如何在保存搜索网络套件中采用基于数量的定价

编程入门 行业动态 更新时间:2024-10-25 06:22:11
本文介绍了如何在保存搜索网络套件中采用基于数量的定价的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我必须创建一个保存搜索并获取基于数量的商品价格.怎么做.对于获取单价,我使用以下公式.

I have to create a save search and fetch pricing of items which is quantity based. How to do that. For fetching unit price, I use the following formula.

DECODE({inventorylocation},'WH29',{locationquantityavailable})

推荐答案

AFAIK数量定价在搜索连接/列中不可用.您也可以加载记录并获得数量定价.

AFAIK quantity pricing is not available in search joins/columns. You may alternatively load the record and get quantity pricing.

加载记录后,您可以对字段API进行矩阵处理以获得价格信息.

You can matrix field APIs to get pricing information after you load the record.

请注意,定价矩阵ID取决于是否启用了多种价格和多种货币功能.

Note, that the pricing matrix id varies depending on whether multiprice and multicurrency features are enabled.

[更新]

有此pricing联接,未记录.

在搜索界面中,它具有有用的字段,例如:currency,minimuquantity和maximumquantity.

In the Search UI it has useful fields like: currency, minimuquantity and maximumquantity.

从脚本中,我可以获取其他字段的值,例如: unitprice,pricelevel和quantityrange

From the script I could get value for additonal fields like: unitprice, pricelevel and quantityrange

更多推荐

如何在保存搜索网络套件中采用基于数量的定价

本文发布于:2023-11-28 19:31:31,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1643679.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:套件   数量   如何在   网络

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!