i have the employee name, i need to fetch the inte...
# suitescript
v
i have the employee name, i need to fetch the internal id of the employee. how could i do it in suitescript? anyone please help?
n
You need to search the employee record based on the name. Use N/search module and search.create() method.