Skip to main content

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

@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)
{
//
}

 


Reply