我已经创建了一个处理屏幕来创建和发放类型为"Transfer Receipt“的采购入库,在没有发放活动的情况下,它成功地创建了采购入库,但如果我添加了发放活动,则会收到诸如"Execution timeout Expired。Execution Timeout Expired。The timeout period Expired to The completion of the operation completion or the server is not release .The statement have is terminated”的错误信息。我知道我们可以修改web.config文件,但我没有权限访问客户端的服务器进行修改。
对于发布操作,我刚才添加了如下内容
receiptGraph.release.Press();发布于 2018-10-06 03:53:33
尝试在PXLongOperation中运行操作:
PXLongOperation.StartOperation(this, delegate ()
{
receiptGraph.release.Press();
});https://stackoverflow.com/questions/52672408
复制相似问题