My Stuff
Comments
-
Hi @Jack Daryl Espiel-Oracle , Thank you for confirming the issue! I'm new to N/query concept. Does that mean I need to configure my NetSuite to make id field data type to be numeric? Or will this change be made by NetSuite team?
-
Hi @Joahnna Given Uy-Oracle , Thank you for the response! My question still stands. To be clearer, I should have picked another example. In Contact resource, "globalSubscriptionStatus" is an enumeration field. Below is the only information of this field that can be known from Contact's metadata. Is there a way to know what…
-
Hi @Jack Daryl Espiel-Oracle , Based on Task resource's metadata, "id" is of string data type, not integer data type. In both SuiteAnswers Article 87132 and NetSuite documentation, IS operator is a valid filter for string field. The suggested ANY_OF operator is only allowed for numeric data type, which does not apply to…
-
Hi @Richard James Uri-Oracle , I was using https://test.suitetalk.api.netsuite.com/services/rest/record/v1/task/62 in previous comment. I think it is the right URL. I've tried https://test.suitetalk.api.netsuite.com/services/rest/record/v1/task/62?fields=title,reminderType as you suggested. But still there is no "reminder…
-
Hi @Richard James Uri-Oracle , I used Postman to send a PATCH request to update the record's Reminder Type. Then, in GET response, there is no "reminderType".
-
Hi @Joahnna Given Uy-Oracle , This issue applies to all records. The "customForm" field example above belongs to "task" record. In "task" metadata, there are no corresponding reference names for custom form's internal identifier, so it cannot be told that what "-120" and "19" refer to. Here is another example:…
-
Hi @Leonard Mallare-Oracle , Thank you for the response! ENDWITH works for me. Is there an ETA when IS_NOT error will be fixed?