How can I get the internal/external ID for entityS...
# suitetalkapi
b
How can I get the internal/external ID for entityStatus? I only have access to a NetSuite sandbox account through a service called Workato and when I look in the NetSuite GUI it only shows me
Customer-Closed Won
as the entityStatus. Nothing in the HTML shows me the internal id's of the property. When I get the objectSchema it only shows me the JSON below. I've tried looking in reports and saved searches, and I still can't find a way to get the internal ID of each option. Anyone know how to find these values out without admin access to create/remove properties?
Copy code
{
			"name": "entityStatus.internal_id",
			"label": "Internal ID (Status.Internal ID)",
			"length": 0,
			"precision": 0,
			"scale": 0,
			"original_type": "string",
			"custom_fields": false,
			"mapped_type": "STRING"
		},
		{
			"name": "entityStatus.name",
			"label": "Name (Status.Name)",
			"length": 0,
			"precision": 0,
			"scale": 0,
			"original_type": "string",
			"custom_fields": false,
			"mapped_type": "STRING"
		},