Same Offer status across the pages | Community
Skip to main content
Level 2
April 14, 2021
Question

Same Offer status across the pages

  • April 14, 2021
  • 1 reply
  • 1234 views

Hi Team,

Previously we had created different offer space for each page where offers are displayed. Now we collated the offer space into one. But the issue with this is, once the offer is presented/accepted in any page then the same offer status is getting reflected/overwritten in all other pages. Example if the offer is presented in Page A then the offer will be in presented state in Page B also and we want that offer to be in Generated state in Page B irrespective of the offer status in other pages.

Is it possible to achieve it without creating multiple offer spaces for each page ?

I will be very thankful for your suggestions.

Regards,

Uday

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Jonathon_wodnicki
Community Advisor
Community Advisor
April 20, 2021

Hi,

 

I wonder if it's possible to hack the 'On proposition' storage path to overwrite the status conditional on some aspect of the offer?

E.g. if pages were categories: @2498346 = Iif([currentProposition/offer/category/@name]='x', 1, 2)

Otherwise you can always use a workflow or process to manipulate the logs after the fact..

 

Thanks,

-Jon

Level 2
April 20, 2021
Thanks Jon. Let me check if WF would help me here