select
[OrderHed].[OpenOrder] as [OrderHed_OpenOrder],
[OrderHed].[OrderNum] as [OrderHed_OrderNum],
[Customer].[CustID] as [Customer_CustID],
[Customer].[Name] as [Customer_Name],
[OrderHed].[OTSContact] as [OrderHed_OTSContact],
[OrderHed].[OrderDate] as [OrderHed_OrderDate],
[OrderHed].[ShipViaCode] as [OrderHed_ShipViaCode],
[OrderHed].[OrderComment] as [OrderHed_OrderComment],
[OrderHed].[DocOrderAmt] as [OrderHed_DocOrderAmt],
[OrderHed].[EntryPerson] as [OrderHed_EntryPerson]
from Erp.OrderHed as OrderHed
inner join Erp.Customer as Customer on
OrderHed.Company = Customer.Company
and OrderHed.BTCustNum = Customer.CustNum
where (OrderHed.OpenOrder = TRUE)
I´m new on this, if there´s a manual or something I will be very thankfull!
If you don’t talk to your CAM and get it. If you are on maintenance, it’s included.
This is the first time that I looked at 10.2.300 and it looks like they have added a navigation tree and search to the guide, which will be super helpful!
Actually it looks like it’s in the regular help now! That’s pretty awesome! Look for the Tools User Guide section, then Dashboard Creation. It walks you through everything there.