Minha área
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
Comentários
-
Hello @User_DU7YV, I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out. If not, please let us know by clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a similar…
-
Hello @Shubham_Singh, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Shubham_Singh, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @User_9AUJK, I'm sorry to hear that. Can you confirm if this is only happening for a single custom field? Is it possible that it has something to do with the mapping on Boomi? If you log into the custom role with NetSuite UI, are you able to see the custom field?
-
Hi @Jason_Moore, Can you provide more details about the scenario, including the record type, the expected and actual result? Screenshots are also appreciated, but please don't forget to redact any confidential information such as email addresses, account ids, personal info. Thank you!
-
Hello @Jason_Moore, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @User_F5KU8, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Vamshi Tata, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @Vernita, Good day. Can you confirm how many scripts you're running through this?
-
Hello @User_2LD8N, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @User_8V0KU, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @Febin Antony, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Jeff Dickens, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @ONO4, Is the field being sourced another custom field?
-
Hello @User_DU7YV, I think this is worth having the Support Team to take a look at your concern. Having administrator access for the script means it should have all the necessary permissions to access data in your account. This is an unexpected behavior and they have better tools to find the root cause. On the other hand,…
-
Thanks for the update, @Jeff Dickens! Glad to hear it works.
-
Hello @Dext3r, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Glad to hear this helped, @Estee! Your comment means a lot.
-
Hello @Kaden B, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @Amjad Kasem, Please consider checking the following: Workflow Transition from the Second to the Third. Is there a condition that was not met in the Transition (arrow) or the State or the Action itself? Check if there was an attempt to send the email at all. Navigate to Company > Sent Email List > Search. Under To…
-
Hello @Zeen, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @User_9AUJK, I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out. If not, please let us know by clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a similar…
-
Happy to help!
-
If your goal is to get the list of item fulfillments with status B, you can use this sample query as reference instead instead: SELECT id, status, recordtype, trandisplayname FROM transaction WHERE recordtype = 'itemfulfillment' AND status = 'B' Note: I used A in the sample in the screenshot because I have no item…
-
Hello @Tybrneryan, What operation are you using for your dev's current URL?
-
Hello @User_KAGURA, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @Eyalush, Thank you for your feedback! NetSuite only performs such changes on major releases (twice a year), so it would be best to check the release notes whenever a new one is coming. Anything in between are usually just bug fixes. Other than that, you could discuss this with your Account Manager in case they have…
-
Hi @Tafranklin5, I consulted this with our SCM guru and yes, you should file a support ticket for this so that they can help you investigate this further in case there are other factors affecting your last count date.
-
Hello @User_9AUJK, Good day. Please check the following: If your integration cannot view ALL custom fields, please check if you have Setup > Custom Fields Permission in your integration user's role. If it is specific to this custom field, check the Access subtab of your custom field. The Default Access Level might be None.…
-
Hello @Eyalush, I totally understand. As for your concern about the historical data, I'm not sure if this can help, but the systemnote table also contains the transaction line history as well. Here is an article I wrote in 2023 about this: NetSuite Admin Tip: Different Ways to Extract Line-Level System Notes for Multiple…