i can't get rid of this error: "You have entered a...
# suitescript
m
i can't get rid of this error: "You have entered an Invalid Field Value 155350 for the following field: entity" - I've tried setting entity id to int & string, tried adding the entity in the defaultValues. I am simply trying to create SO from Postman. To trigger the Restlet I just have this in the post body: {"data":[{"entity":"155350", "memo":"Postman Test"}]} - what I'm I missing?