Mi contenido
Comentarios
-
Hi, were you able to check this? Thank you!
-
Hi, were you able to check this? Thank you!
-
Hi, were you able to check this? Thank you!
-
Hello, Could you please confirm if your work order record is a standard one or a custom record? Additionally, could you attach a screenshot of a sample work order for me to review along with the complete script for investigation purposes? Kindly hide the confidential information when attaching a screenshot Thank you!
-
Hi, I will coordinate this concern to CRM Team to further investigate the Email Template. Thank you!
-
Hi, Upon checking, Sales Order and Project is both scriptable in client and server SuiteScript which means that the record can be created, updated, copied, deleted, and searched using SuiteScript. It can also be transformed. You can certainly fulfill your requirements using SuiteScript. Refer to the SuiteScript Records…
-
Hello, As I couldn't replicate the error you experienced, I suggest initiating a customer support case. They possess the necessary tools to investigate and analyze this issue comprehensively. Additionally, they can arrange a meeting with you to discuss your concern further.
-
Seeking your valuable knowledge for our member @User_2LD8N . 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 @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…