Help

Re: Promo Inventory on Website

6 0
cancel
Showing results for 
Search instead for 
Did you mean: 
bssmaster8
4 - Data Explorer
4 - Data Explorer

I am trying to create a base/table to track promotional inventory on a website.

  • There is a set amount of inventory at any given time
    • 3 Hero Images
    • 3 Banners
    • 5 Tiles
  • My goals
    • track which promotions we have running at a given time 
    • Track the usage of each promotional element
    • Limit usage of a given element if we are oversold

Currently I have a table with the following fields

  • Name
  • Start Date
  • End Date
  • Placement (Multi Select with each element)
  • Details (Long Text)
1 Reply 1

re: track which promotions we have running at a given time 

What issues did you face with doing this?  This is difficult to help with as it's quite tied with your business logic, so if you can talk about the problems you're having that'd be useful

---
re: Track the usage of each promotional element

I'd recommend a table where each record represents the Start <> End usage of a single element for this, and a table where each record represents a single element:  

Screenshot 2024-11-20 at 9.46.09 AM.png

Screenshot 2024-11-20 at 9.46.06 AM.png
---
re: Limit usage of a given element if we are oversold

This one's tricky.  You're going to need to either eyeball the usage yourself via a Calendar / Timeline element before creating the records, or create a system to help you check whether new sales you make have any conflicts with existing usage and then reject stuff