```recObjLoaded.selectLine({ sublistId: 'pric...
# suitescript
b
Copy code
recObjLoaded.selectLine({
					sublistId: 'price1',
					line: 0
				});
				recObjLoaded.setCurrentMatrixSublistValue({
					sublistId: 'price1',
					fieldId: 'price_1_',
					//column: 1,
					value: alterBasePrice
				});
				recObjLoaded.commitLine({
					sublistId: 'price1'
				});
p
Did anyone get back to you? I've done this in ssv1 and it was straight-up sublist setting, rather than matrix stuff. Idk if it's something different in ssv2 though
Copy code
rec.setLineItemValue('price1','price_1_', 1,  alterBasePrice);