cancel
Showing results for 
Search instead for 
Did you mean: 

Manage Price Expiry Dates on MDM Catalog

Former Member
0 Kudos

Hi,

We are looking for a sloution wherby we could manage pricing validity dates on MDM catalogue. Ideally we are looking for MDM to identify when a price is no longer valid and then ping off an e-mail to the relevant individuals trough the Business Manager field.

Attached a screen shot of what we wanted to utilse as validity fields:

Please could someone advise if this could be set up?

Accepted Solutions (0)

Answers (1)

Answers (1)

martin_schffler
Participant
0 Kudos

The screenshot is not visible so it is not clear what fields you want to use, but you will have to use custom coding (e.g. via the MDM ABAP API) to implement something like that.

From custom coding all kinds of things are possible:

  • sending e-mail notifications
  • setting some status value on the item (e.g. to enable a fast named search to be used to filter out invalid items when calling from SRM)
  • you could also trigger a MDM workflow (from Java API only)

But you will always need custom coding if you want to do more than just hiding the invalid items. The latter could be done with a named search but things like sending out an email are only possible in custom code.