Solved

'the multi-part identifier could not be found'

  • 20 February 2023
  • 1 reply
  • 303 views

Userlevel 3
Badge

Hi guys,

I’m getting this error when I try to select and add values from my smart window to the grid which is customized by me. 

APProformaItemList is the DAC for my grid and poNbr is the foreign reference for the DAC POOrder which is used to load data into the smart panel.

following code snippet is the reference.

SelectFrom<POOrder>.
Where<APProformaItemList.ponbr.IsEqual<POOrder.orderNbr.FromCurrent>>.View.Select(this);

how can I fix this error? As I’m new to acumatica , I don’t know what I have done wrong in my code. So If someone could help me in this and needs the full code let me know please.

Thank you in advance.

icon

Best answer by jinin 20 February 2023, 09:19

View original

1 reply

Userlevel 7
Badge +11

Hi @oshadarodrigo64 ,


Change where condition like below and try once again. 

  SelectFrom<POOrder>. Where<POOrder.orderNbr.IsEqual<APProformaItemList.ponbr.FromCurrent>>.View.Select(this);

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved