English 中文(简体)
Changing customerid on project does not update current customer and get invalid location error
原标题:
  • 时间:2023-08-22 02:58:27
  •  标签:
  • acumatica

I have development project where I am syncing data from another system into Acumicatica projects. Sometimes the customer on the project needs to change. But when I set project.CustomerId and call graph.Project.Update(project) I get an error Message: Error: An error occurred during processing of the field Customer value 4615 Error: Default Location MAIN cannot be found in the system.

When I debug and look at the graph I see that current customer is still looking at the old customer and therefore I suspect thats where location error is coming from as new or old location does not exist on the customer.

Can anybody help in getting the current customer to update without error?

问题回答

暂无回答




相关问题
过滤带有自定义列值的 Acumatica 网格

我在“准备补充”屏幕(IN50800)的网格中增加了一个新的栏目,请参见以下图像:请注意,我已经标记了作为惯例添加的列页头.。

Access joined table on field udpated event

Is it possible to access the joined table in a field updated event without having to add a loop so that you can access the PXResult<> object? For instance, a graph that looks like this: public ...

热门标签