My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
Seeking your valuable knowledge for our member @SanjeevV . Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Seeking your valuable knowledge for our member @User_ML5H4 . Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Is this a RESTlet Script? Could you please provide the complete script and include a screenshot of the deployment record?
-
Hello, Could you please verify on your end if the TimeSheet record is exposed through the REST API Browser? Upon further examination, it appears that in the previous version of the REST API, the TimeSheet was categorized as a Beta Record, indicating that it could potentially undergo changes or be removed. Upon inspecting…
-
Hello, Which version are you utilizing? OAuth 1.0 or 2.0? Has the TimeBill been approved already?
-
After attempting to create an invoice with billable time using the REST API, I've managed to successfully generate the invoice in the NetSuite UI. { "entity": { "id": "7" }, "location": "1", "time": { "items": [ { "apply": true, "doc": { "id": "15" }, "rate": 10 } ] } } doc ID is the internal ID of the timebill.
-
Are you employing a REST API for this integration since you're utilizing JSON? Additionally, can we verify the Request and Response within the NetSuite Integration Execution Log accessible through the NetSuite UI?
-
Hi, Can you try to enclosed the doc id in double quotation like this "id": "1177839" See sample here, Invoice Let me know the results. Thank you!
-
Hi, Kindly try another Script Type to meet your needs, See SuiteScript 2.x Client Script Entry Points and API. Thank you!
-
Kindly try this one objRec.setCurrentSublistValue({ sublistId: 'addressbook', fieldId: 'label', value: 'sample label' });
-
Seeking your valuable knowledge for our member @User_EB39R . Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Seeking your valuable knowledge for our member @User_EB39R . Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Hello, I suggest that you address this issue with your integration team, Trustpilot AFS, as it appears to have been copied from their platform.
-
Hi, According to the SuiteScript Team, we cannot access the secret key after creating a secret key. However, there is method createSecretKey() which returns secretKey object. You can get to either guid or secret scriptid values used during object creation but you cannot get to actual value which was used during guid or…
-
Hi, Were you able to check this? Thank you
-
Hi, Were you able to check this? Thank you
-
Hi, You can also find the description field under the item record in the Records Catalog, Navigate to Setup>Records Catalog>Item Thank you!
-
Let me know if your needs have already been met. Thank you!
-
Could you please reiterate your requirements again so that I can replicate them on my end once more?
-
Seeking your valuable knowledge for our member @User_V5KBL . Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Seeking your valuable knowledge for our member @User_T8ZFI . Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Hi, This is James from SuiteCould team. I have tried the following Sales Description Upon checking on the list, this is under Description For Purchase Description, the value is within the Purchase Description only. With this, can you try to use this query select * from item where ((subtype='Sale' or subtype='Purchase') and…
-
Hi wwinters, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Seeking your valuable knowledge for our member @luisjg . Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Seeking your valuable knowledge for our member @User_54D6F . Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Seeking your valuable knowledge for our member @User_9AUJK . Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Hi, According to the Leads, this particular popup is a suitelet of 'Lot Auto Numbering SuiteApp' . These fields are internal to the suitelet and don't think there is a way to apply any script to it. and for the expiration date and other fields , all of them are part of 'inventory Number record'. You can write your own…
-
Hello, Thank you for the update. Could you please share a screenshot showing where you encountered the "invalid_grant" error? Additionally, include the setup in your Postman where you encountered the error. Please make sure that any confidential information is concealed.
-
Hello, If the access token is valid in Postman, which application returned the error? Kindly correct me if I am wrong.