This is not working...
# suitescript
a
This is not working...
j
Copy code
function fieldChanged(context){
	if(sublistId === 'item' && fieldId === 'rate'){
I think you meant
Copy code
function fieldChanged(context){
	if(context.sublistId === 'item' && context.fieldId === 'rate'){
a
I just something extracted the whole thing is not there...