我需要了解 netsuite 集成
海,
我需要有关 netsuite 集成的详细信息,我正在使用 PHPtoolkit.php 文件从客户端 netsuite 服务器获取数据。
我需要从 netsuite 服务器获取类别、产品详细信息。
如果有人能帮助我,我会很高兴。
Hai,
i need to details about netsuite integration, i am using PHPtoolkit.php file for getting datas from client netsuite server.
i need to fetch category,products details from netsuite server.
I would be very happy if anyone can help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
根据我的经验,netsuite PHPToolkit 很难使用。我必须与 netsuite 进行一些集成,主要是在 netsuite 中创建的自定义记录,并将用于 netsuite 通信的基础层包装到 Kohana 2 模块。我还对 PHPToolkit.php 进行了一些修复,这些修复可能会有所帮助(检查提交日志)。
尽管该模块是根据 Kohana 2 编写的,但实际上只有几处引用了 Kohana 库(主要是配置和日志功能)。您应该能够在注释+代码示例中找到一些信息来帮助您(尽管现在还没有很好的记录或解释)。
正如 Daniel 提到的,netsuite 用户组是寻求帮助的好地方。以下是一些帮助我学习和调试 netsuite 的链接:
虽然这不能回答您有关产品+类别的问题,但希望这能为您指明正确的方向;为您提供一些资源,以帮助您一路前进。
The netsuite PHPToolkit, from my experience, is very hard to work with. I've had to do some integration with netsuite, mostly with custom records created in netsuite, and have wrapped the base layer I'm using for netsuite communication into a Kohana 2 module. There have also been a couple of fixes to the PHPToolkit.php that I have made that might be helpful (check the commit logs).
Although the module is written with Kohana 2 in mind, there really is only a couple things here and there that reference the Kohana library (mostly the config & log functionality). You should be able to find some information within the comments + code examples to help you out (although it isn't very well documented or explained right now).
As Daniel mentioned the netsuite user group is a great place for assistance. Here are some links that have helped me in learning and debugging netsuite:
Although this doesn't answer your question about products + categories, hopefully this will point you in the right direction & give you some resources to help you along the way.
我使用 PHP 工具包编写了许多有用的脚本。它们都是命令行工具,这有点奇怪,但它是 NetSuite 支持的唯一解释语言。如果您熟悉 PHP,这是可以完成的。此外,“测试版”名称现在似乎已经消失了。
其中一个特别记录在此处:http://dgts.dreamgearweb.com/tech-corner/netsuite< /a>
它做了一些其他方式不可能实现的事情 - 它导入测量单位。
我还有一个导入库存调整的工具,但现在使用最新版本的 netsuite,这“有点”可能。
I've written a number of useful scripts with the PHP toolkit. They're all command-line tools, which is a little odd, but it was the only interpreted language supported by NetSuite. If you're comfortable with PHP it can be done. Also the "beta" designation seems to be gone now.
One in particular is documented here: http://dgts.dreamgearweb.com/tech-corner/netsuite
It does something that is otherwise impossible - it imports units of measure.
I also have one that imports inventory adjustments but this is "sort of" possible now with the latest version of netsuite.
我有从 NetSuite 系统中提取和推送数据的经验。我建议使用 C# 或 Java,因为这更容易,并且 NetSuite 提供了更多文档。 PHPtoolkit 仍处于测试模式。
I have experience pulling and pushing data to and from the NetSuite system. I would suggest using C# or Java because this is easier and more documented from NetSuite. The PHPtoolkit is still in beta mode.
该博客有一些关于将 php Toolkit 与 Netsuite 一起使用的帖子:
Ozone 和编程
它有几个您可以构建的代码示例关闭。我还建议您在 Netsuite 用户组论坛上发帖。这是一个方便的资源:用户组
如果您搜索论坛,通常可以找到一些涉及记录的示例代码你正在处理。 (你必须注册,但它是免费的)
This blog has a few posts about using the php Toolkit with Netsuite:
Ozone and Programming
It has several code examples which you can build off of. I would also recommend posting on the Netsuite User Group Forums. It is a handy resource: User Group
If you search the forums, you can usually find some sample code involving the records you are dealing with. (you have to register, but it is free)
重要的是理解 Netsuite 架构和记录关系。 PHPToolkit 只附带了几个代码示例,这使得新手很难跟上。
Web Traffic Exchange 在 Netsuite 上有一些很好的资源和代码示例。
http://www.webtrafficexchange.com/tags/netsuite
What matters is understanding Netsuite schema and record relationships. PHPToolkit ships with only a couple of code examples, which makes it very difficult for novice to come up to speed.
Web Traffic Exchange has some good resources with code examples on Netsuite.
http://www.webtrafficexchange.com/tags/netsuite