0

How can I expose a custom item field webstore side? I have created a custom item field custitem_promotional_price. I now need to access that value in one of my backbone views.

So my view needs to access this property like so:

var promoPrice = this.model.get('custitem_promotional_price');

Right now that property is not coming through in the item.

sazr
  • 24,984
  • 66
  • 194
  • 362

1 Answers1

1

You need to add the custitem_promotional_price field in your fieldsets. In the Details area.

Romeo
  • 149
  • 8