Skip to main content

but I cannot filter it. I use this : =Report.GetFieldSchema('Contact.ContactID,CustomerID')

Hi @vannakheng66 

Which Acumatica report do you want to filter contact by customer ?

 

Best Regards,

NNT


Hi @vannakheng66 

Which Acumatica report do you want to filter contact by customer ?

 

Best Regards,

NNT

my new report in acumatica 2022R2


Hi @vannakheng66 

Please use: = Report.GetFieldSchema('Contact.ContactID')

 

 

 

 

 

Best Regards,

NNT


Hi @vannakheng66 

Please use: = Report.GetFieldSchema('Contact.ContactID')

 

 

 

 

 

Best Regards,

NNT

I want to filter contact by customerID parameter. If we use like this Report.GetFieldSchema('Contact.ContactID'), It will load all contacts not contact of customer.


Hi @vannakheng66 

Currently, I see that the View names in the "Parameters" Tab cannot condition each other. Conditions (such as: filter contact by customerID) you can create in Tabs “Relationships” & "Filters"

 

Best Regards,

NNT


Reply