动态所罗门定制
我的公司希望我在所罗门中创建一个自定义屏幕,以从数据库中的表加载一些数据。
他们说使用了 Visual Studio .net,我看到手册上说使用 VBA。
我应该用什么? VBA 还是 Visual Studio 5?
如何创建新应用程序?
My company wants me to create a custom screen in solomon to load some data from a table in the database.
They said used visual studio .net and i see manuals it says use VBA.
What should I use? VBA or visual studio 5?
How do I create a new application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们从客户那里收到了类似的要求。我们使用的是Dynamics Solomon 2011。经过一些研究,我们发现我们需要先安装VS 2008来创建一个开发环境,然后在其上安装Solomon。在VS之后安装Solomon将在Visual Studio中设置一些项目模板以进行Solomon开发。
https://community.dynamics.com/product/sl/f /35/t/80585.aspx
还有一些讨论称,在为 Dynamics Solomon 进行开发时不建议使用 VS 2010。
我还相信,您可以在应用程序内部使用 Dynamics Solomon SDK 连接到 Solomon 数据库并使用数据对象。我们尚未尝试此操作,但我们发现了一些有关使用此 SDK 开发代码的参考资料。
http://www.microsoftdynamicsforums.com /forums/forum_posts.asp?TID=191&title=solomon-Object-model-code
下面是使用 Solomon SDK 的示例代码:
We got similar request from our customer. We're using Dynamics Solomon 2011. After doing some research, we found that we will need to create a development environment by installing VS 2008 first and then install Solomon over it. Installing Solomon after VS will setup some project templates in Visual Studio for Solomon development.
https://community.dynamics.com/product/sl/f/35/t/80585.aspx
There is some talks also that VS 2010 is not recommended for use when developing for Dynamics Solomon.
I believe also that there is SDK for Dynamics Solomon that you can use inside you application to connect to Solomon database and use data objects. We didn't try this yet but we found some references talking about developing code using this SDK.
http://www.microsoftdynamicsforums.com/forums/forum_posts.asp?TID=191&title=solomon-Object-model-code
Below is a sample code that uses Solomon SDK: