gpt4 book ai didi

c# - TransactionSearch with body 字段条件 Suitetalk

转载 作者:太空宇宙 更新时间:2023-11-03 12:56:08 24 4
gpt4 key购买 nike

这是我的情况,我想在供应商账单 ID 列表中提取具有 ApplyList.apply.doc(这是供应商账单 ID)的供应商信用。

我必须创建一个 TransactionSearch,但我不知道如何为此应用条件。

目前,我只知道使用 Status、Type 创建搜索,但这还不够。

这是我的代码:

var transactionsSearch = new TransactionSearch
{
basic = new TransactionSearchBasic
{
//we only want credits with an "Open" status
billingStatus = new SearchBooleanField
{
searchValue = isOpen,
searchValueSpecified = true
},
//only search for those with a type of "_vendorCredit"
type = new SearchEnumMultiSelectField
{
@operator = SearchEnumMultiSelectFieldOperator.anyOf,
operatorSpecified = true,
searchValue = new[] { "_vendorCredit" }
},

}
};

最佳答案

我想出了答案。

我必须在 TransactionSearchBasic 中使用 Applied To Transaction 属性,这将是一个 Record Ref 数组。

关于c# - TransactionSearch with body 字段条件 Suitetalk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33795559/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com