r
message has been deleted
a
Here is how we set the price level field.
if( typeof item['price_level'] !== "undefined"){theRecord.setCurrentSublistValue( { sublistId: 'item', fieldId: 'price', value: item['price_level'] } );};
r
<nsmpr4:price internalId="-1" type="priceLevel"/>
seems to have done the trick, thanks
a
Sure thing!