问题标签 [acumatica]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - How to enable field in Acumatica - Sales Order with "shipping" status?
I need custom field that I added to Sales Order screen to be always enabled even order has been shipped, order having "Shipping" status. I have extended SOOrder_RowSelected method to enable the custom field but the field is still disabled when the order is in "Shipping" status.
ruby - 通过网络服务访问采购订单
我们正忙于通过 Web 服务开发 Acumatica 和我们的应用程序之间的接口。我们正在使用 Savon gem 在 Ruby 中开发它。
我们有一些导出为我们需要的信息工作,比如这个用于供应商数据的导出:
我们发布以下 SOAP 调用(登录后):
到测试端点:
我们也可以为库存和站点做同样的事情。但是,我们正在努力使其适用于采购订单。
我们发布以下内容:
到测试端点:
我们总是得到一个空洞的回应。有任何想法吗?
field - Acumatica - 计算字段默认值
在 Acumatica 中,我想根据创建“QT”类型的新订单的日期计算销售订单输入表单上的“报价到期”日期。该日期将通过添加在销售订单首选项中设置的默认“默认报价到期日”来计算。例如,如果默认到期日 = 45(设置)并且订单创建于 2015 年 4 月 1 日,则销售订单输入表单上“报价到期”的默认日期将为 2015 年 5 月 16 日(2015 年 4 月 1 日加上 45天)。到期日期可以被用户覆盖。
任何示例将不胜感激。
acumatica - Exporting Business Account attributes with Acumatica API
Our Business Accounts in Acumatica have 13 custom Attributes for our main Business Account Class. I've been able to save values to the Attributes successfully, based on Acumatica's example "Adding Records to the Business Accounts and Opportunities Forms". But I have not been able to figure out how to retrieve the values with an Export.
First, I tried using a format similar to how the field was specified when saving them.
I thought this would return one result with the value for our attribute named "AWD Number". Instead, it returned 13 results, one for each attribute, and the value of each one was blank. I changed the FieldName to customer.Attributes.Attribute.FieldName and then it started returning the name of each attribute. So I thought if I added another field for the value, then I might get the name and value in separate results, like this:
I did get a 2-item array back for each of the 13 results, but the value in the second field was still blank.
Does anyone know how I can get the values? I don't really care if I have to get them one at a time, but I'd prefer to get them all at once with their names or codes so that I don't have to rely on the indices always staying the same. Below are images of the debugger running on my second example and view in Acumatica. Thanks!
javascript - How to use javascript in Acumatica?
I have do some extension and I need to using javascript to add new record into Acumatica Grid Control without callback to server. Do you have any suggest for this? Thanks for your support
web-services - Acumatica SOAP API 导出过滤器中的通配符搜索
我正在尝试使用 Acumatica Web 服务从屏幕 CR302000(组织 > 客户管理 > 联系人)“导出”。
使用带有FilterCondition.Contain
条件的过滤器,我可以将结果限制为仅具有Phone1
包含特定字符串的字段的结果。
现在我希望我过滤的电话号码包含通配符。在 Web 界面中使用 % 作为通配符有效。但是当使用 web 服务时,这不起作用(不返回任何行)。
我的过滤器:
在 SOAP 请求中变成这样:
有谁知道是否可以使用 Web 服务 API 实现使用通配符进行过滤?
更新:如果我不包含ContactSummary.ServiceCommands.EveryContactID
命令, % 通配符几乎可以工作。它只返回一个与通配符搜索匹配的结果。但我需要每一个匹配的结果,这就是为什么我包括EveryContactID
更新 2:LeadSummary.ServiceCommands.EveryLeadID
通配符适用于带有命令的屏幕 CR301000(引线) 。这是 CR302000 中的错误吗?
更新3:总结接受答案的评论中的对话,CR301和CR302应该都可以通过带有通配符的联系电话进行过滤,但是由于一些未知的错误,CR302不能使用通配符。
acumatica - 如何通过代码创建新客户
您好,如何在我的流程中在代码后面添加一个具有默认联系人的新客户。
到目前为止,我有这个,但我需要创建一个联系对象以某种方式链接两者。
acumatica - 在 Acumatica 中设置默认字段值
如何在 Acumatica 中设置日期字段的默认值以显示为今天?我正在查看的字段是任务输入屏幕 CR306020 上的开始日期字段。
使用版本 5.00.2908
acumatica - 在创建新供应商或更新现有供应商时更新供应商类
我正在尝试更新供应商类,同时使用代码创建新供应商或更新现有供应商。但是,我遇到了错误-
“错误:处理字段类 ID 值 SERVICES 时出错:'SERVICES'
系统中找不到类 ID..”
下面是代码片段
acumatica - 重命名列 Acumatica
我需要在任务列表屏幕 EP404000 上重命名名为“日期”的列。
我已经查看了似乎可以做到这一点的先前问题的以下答案:
但是,当我单击自定义属性时,我收到以下错误消息:
'Underlieng 字段是代理项,不支持此字段的覆盖属性'