Skip to main content
Answer

Is there a way to get Acumatica to ignore certain warnings?

  • December 30, 2022
  • 1 reply
  • 137 views

Forum|alt.badge.img+1

We get a warning on many Sales Orders that there are cross sell items available.

The message says “Cross-sell items exist for this item. Click the button to select an item.”

See screenshot below:

We don’t want to see this message any more and it distracts from actual issues like items being out of stock etc.  Is there a way to disable specific warnings via a customization (or elsewhere in the config)?

 

Thanks,

 

Phil

Best answer by aaghaei

@ppowell 

The below method needs to be overridden but it will require further investigation to see how or whether it could be done.

protected virtual PXExceptionInfo RelatedItemsMessage(RelationType relation, RelationType required)
{
//
}

 

1 reply

aaghaei
Captain II
Forum|alt.badge.img+10
  • Captain II
  • Answer
  • December 30, 2022

@ppowell 

The below method needs to be overridden but it will require further investigation to see how or whether it could be done.

protected virtual PXExceptionInfo RelatedItemsMessage(RelationType relation, RelationType required)
{
//
}