我最近注意到,从Acumatica检索LastDateTimeModified (通过AcumaticaAPI)会给出一个非常不同时区的日期和时间--我是在猜测WebService时间。但是,当我通过通用查询查看时,它似乎显示了正确的时间-基于我在用户配置文件中设置的时区。
当从Web Service API检索时,有没有办法
我有一个通过via服务端点访问的屏幕使用的图形,例如
public PXSelectReadonly<MyDAC> Items; protectedvirtual IEnumerable items() "There is a BqlDelegate in view Items"
和PX.Api.Contract