from `internal id` of item, how can load record `r...
# general
m
from
internal id
of item, how can load record
record.load({type: itemrecordtype? , id: internalid});
e
search.lookupFields({type: 'item', id: internalId, columns: 'type'});
👍 1
m
Im trying that with Assembly result, but recordType of that is lotnumberedassemblyitem.
Sorry, from yours suggest im corrected as
search.lookupFields({type: 'item', id: internalId, columns: 'recordtype'});
and record.load excepted