Hello I could not find the field value of inventor...
# suitescript
r
Hello I could not find the field value of inventory detail subrecord. Please can anyone help me on this??
Copy code
subrecordInvDetail.setCurrentSublistValue({sublistId: 'inventoryassignment', fieldId: 'inventorystatus', value: 1});
m
@Rabindra Kushwaha how about setting the text instead of value.
r
same error sir invalid field id
m
@Rabindra Kushwaha subrecordInvDetail.setCurrentSublistText({sublistId: 'inventoryassignment', fieldId: 'inventorystatus', value: TheTextValue});
r
again same error sir
b
share more code
basics would be enough code to reproduce the issue