在 Microsoft Project VBA 中编辑资源未反映在服务器上
当我尝试使用 VBA(资源的 SetField 方法)在 Microsoft Project 中编辑企业资源时,我能够设置自定义字段,并且可以使用 GetField 查看这些自定义字段更改,但这些更改在服务器/PWA 中看不到。当我重新启动 MS Project 并运行 VBA 时,更改消失了。
我错过了什么吗?我需要添加一行代码来检查我的更改吗?
提前致谢!
when I try to edit an enterprise resource in Microsoft Project using VBA (SetField method of resource), I am able to set custom fields, and can see those custom field changes with GetField, but these changes are not seen on the server/in PWA. And when I restart MS Project and run the VBA the changes are gone.
Am I missing something? Do I need to add a line of code to check in my changes?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的 C# 代码中也遇到了同样的问题。更改后,您必须发布您的项目:
希望对您有所帮助
弗洛里安 (geeklife.ch)
I had the same problem in my C# code. You have to publish your project after the changes:
I hope it will help
Florian (geeklife.ch)