My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Seeking your valuable knowledge for our member @User_4B6IN . 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, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Once the support identify the root cause, I would appreciate if you can share your results here in our community.
-
Hello, The function fieldChanged is triggered when a user or client call modifies a field. This event can also be triggered directly via beforeLoad user event scripts. This encompasses the sole action permissible within fieldChanged.
-
Seeking your valuable knowledge for our member @paula.courtemanche . Your input is highly appreciated. In the meantime, you might be interested in participating in our Pop Quiz. You only have until March 21, 2PM ET to comment on your answers and earn rewards! Click here for more details.
-
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!