Expose Custom Item Field to SCA Webstore?

202 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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