Can system notes be accessed via web services?

拜拜、爱过 提交于 2019-12-11 18:08:35

问题


I am developing a Net Suite application based on web services (SuiteTalk). I have learned about the concept of System Notes, which are a journal of changes on all types of objects. Yet, I see no way to access the list of system notes (say last N notes) via web services. Are you aware if this is possible and how? If not, what would be an alternative solution?


回答1:


I know you can do it via a RESTlet/Suitelet, not sure about web services.

In JS you can do a search with a joint field on the results.. something like :

nlobjSearchColumn( 'date','systemnotes');

*I think is systemnotes.

Do the filter criteria on a UI search, and link that search to the service script, from there is pretty standard.



来源:https://stackoverflow.com/questions/18969423/can-system-notes-be-accessed-via-web-services

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!