Acumatica 中 SOLine InventoryID 字段选择器中未执行搜索操作的新自定义列 [英] New customized column not performing search operation in SOLine InventoryID field selector in Acumatica

查看:10
本文介绍了Acumatica 中 SOLine InventoryID 字段选择器中未执行搜索操作的新自定义列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们在 SOLine InventoryID 选择器字段中覆盖并添加了新列,但搜索操作不适用于新添加的列.

We have overridden and added new column in SOLine InventoryID selector field, but search operation is not working on the newly added column.

我们已经尝试为文档详细信息网格添加 FastFilterFields 属性,但仍然没有运气.

We have tried by adding FastFilterFields property for the Document Details Grid, but still no luck.

谁能提供解决方案.

提前致谢.

推荐答案

我处理了这个需求,请找到下面的代码片段,以在销售订单屏幕中 SOLine InventoryID 字段的自定义列上执行搜索操作.

I worked on this requirement and please find the code snippet below to perform the search operation on a customized column for SOLine InventoryID field in the Sales Order screen.

>

将带有 FastFilterfiles 的网格属性添加到 SegmentedMask,如下所示

Add Grid Properties with FastFilterfiles to the SegmentedMask like below

<px:PXGrid ID="grid" runat="server" DataSourceID="ds" Width="100%"
                    TabIndex="100" SkinID="DetailsInTab" StatusField="Availability" SyncPosition="True" Height="473px">
                    <Levels>
                        <px:PXGridLevel DataMember="Transactions">
                            <RowTemplate>
                                <px:PXLayoutRule runat="server" StartColumn="True" LabelsWidth="S" ControlSize="SM"></px:PXLayoutRule>
                                <px:PXSegmentMask AutoRefresh="true" CommitChanges="True" ID="edInventoryID" runat="server" DataField="InventoryID" AllowEdit="True">
                                    <GridProperties FastFilterFields="UsrKNAMIBotonicalName"></GridProperties>
                                </px:PXSegmentMask>

我希望我已经回答了你的问题.谢谢!!

I hope I have answered your question. Thanks !!

这篇关于Acumatica 中 SOLine InventoryID 字段选择器中未执行搜索操作的新自定义列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆