My Stuff
Comments
-
Hello @brocha, I was able to print the Total Quantity using the code I mentioned earlier. I have also attached the screenshot below. So here's how you would modify the code : Output : If the problem persist it's best recommended to submit a case so that Support can investigate and take a deeper look into this." ______ In…
-
Hello @Ron Mc, The payload looks fine to me. If you’re still encountering this issue, I recommend submitting a support case so that the team can investigate further, as it may require deeper analysis. _____ In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to…
-
Hello @Sarah Iacoboni, glad you were able to find a way through it. Feel free to post questions or reach out in future if needed. _______ In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is specifically designed to offer them…
-
Hello @esabis, Thank you for the update feel free to reach out if you need assistance.
-
Hello @brocha, Just wanted to check if you were able to see the possible solution provided in my previous comment. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points and unlock the Answer…
-
Hello @User_DR9DT, You generally cannot hide individual locked/bundled searches directly via permissions. I am trying to recreate this on my Test Environment and will update you on a workaround or exact changes to be made. Just to confirm if am looking at the correct bundle. (337580 PBCS). One way to work around report…
-
Hello @User_DR9DT, sorry for the delay. I am working on this and will get back to you with an update shortly.
-
Hello @User_15SCL, Just wanted to check if you were able to see the possible solution provided in previous comments by community members. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points…
-
Hello @User_K51C7, Just wanted to check if you were able to see the possible solution provided in my previous comment. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points and unlock the…
-
Hello @Brandon liu Just wanted to check if you were able to see the possible solution provided in my previous comment. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points and unlock the…
-
Hello @Sarah Iacoboni, The user access email in Netsuite is a unique system generated email which cannot be CC'd to anyone. This is because it contains a unique access link which if shared can lead to security issues this is by design. Hence you cannot use a workflow or native Netsuite setting by default to CC that…
-
Hello @brocha,It turns out that because ${item.quantity} isn’t a raw number it’s a formatted string like "9,999.99". FreeMarker’s ?number can only convert plain numeric text. The comma is a thousands separator, not a digit, so parsing fails.So we normalize the text first. Can you please try using the code below : For Total…
-
Hello @brocha, To add the total quantity to the code you provided above, can you please try the below : Calculate the Total Quantity anywhere before the Total Table : <#assign totalQty = 0> <#list record.item as tq> <#assign totalQty = totalQty + (tq.quantity?number!0)> </#list> And then modify your final total code with :…
-
Hello @User_15SCL, The Employee Center in NetSuite is used specifically in relation to a set of licenses with reduced functionality and permissions. NetSuite charges less for these licenses and restricts the access and permissions of these roles accordingly. The Employee Center license is counted when the role assigned to…
-
Hello @Brandon liu NetSuite only “locks” the exact record a user is editing. If A is open in Edit, NetSuite doesn’t automatically lock its child B records. So if User Ben opens A, and while he’s editing, User Joe changes a related B, Ben’s save can overwrite Joe’s change (depending on how A writes to Bs). This is a classic…
-
Hello @Ron Mc, Sorry for the delay. I tried creating the vendor bill and I was able to Create one using the article below. Can you please take a look at this. POST {{COMPANY_URL}}/services/rest/record/v1/vendorBill { "entity":{"id": {{vendorId}} }, "item": { "items": [{ "item": {"id": {{ItemId}} }, "rate": 10 }] } } 1.…
-
Hello @Yee Yie, glad to have you with us today, and thanks for posting here in the NetSuite Support Community! Greetings everyone! We have a fellow member who could use our assistance. Please don't hesitate to share your knowledge and insights to help them out. Your input is highly valued and appreciated! In case you know…
-
Hello @User_K51C7, Below are some ways to check which services are using SOAP, I have also mentioned Removal of SOAP Web Services SuiteAnswer which mentions everything related to what should be done when it's no longer supported and the Plan of Gradual removal of SOAP Services and changes as per each release. To See all…
-
Hello @Sarah Iacoboni, I agree with what @Angela Bayliss has to say. Here are my insights. User access emails are not recorded anywhere in Logs or communications because it is secure information it doesn't show under communications. This is by Design. A “normal” entity email template cannot include a working “create…
-
Hello @Maria Robinson, glad to have you with us today, and thanks for posting here in the NetSuite Support Community! Greetings everyone! We have a fellow member who could use our assistance. Please don't hesitate to share your knowledge and insights to help them out. Your input is highly valued and appreciated! In case…
-
Hello @User_RL2YS, glad to have you with us today, and thanks for posting here in the NetSuite Support Community! Greetings everyone! We have a fellow member who could use our assistance. Please don't hesitate to share your knowledge and insights to help them out. Your input is highly valued and appreciated! In case you…
-
Hello @User_Y04XD, It appears that this issue may require further investigation and troubleshooting by our support team. I recommend submitting a support ticket so they can assist you more effectively. _____ In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to…
-
Hello @User_UWHZ9, Just wanted to check if you were able to see the possible solution provided in my previous comment. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points and unlock the…
-
Hello @Gab JS , Just wanted to check if you still need assistance, please don't hesitate to let us know so we can provide you with additional support.
-
Hello @Patrick Olson, Thank you for the update. Glad you were able to resolve it. If you need assistance in future feel free to post questions or reach out in future. _________ In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hello @User_Y04XD, Let us know if you run into any problems. Happy to assist. @Tigran Shahnazaryan Thank you for the insights very helpful to the discussion.
-
Hello @esabis, Just checking in to see if you got a chance to look at the solution I posted earlier. If you found it helpful, please consider clicking "Yes" under "Did this answer the question?". It helps others with similar issues find answers more easily and also, it contributes toward earning your Answer Accepter badge.…
-
Hello @User_A, In summary, when you create a new role, any permissions that are not explicitly added will be restricted for that role. If a role is not granted a specific permission, it will not have access to it. Setting a permission to "None" is another way to restrict it; if there is no "None" option available, it is…
-
Hello @Patrick Olson, I am working on this and will get back to you with an update. ____ In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is specifically designed to offer them information and guidance and help them make the most out of…
-
Hello @esabis, I think if Include View Record Link is Checked it should send the PO Record link. You can also Try the steps below : ___________ <p> <a href="https://XXXX.app.netsuite.com/app/accounting/transactions/purchord.nl?id={internalid}">Test</a> </p> __________ Instead of "TEXT" write whatever you want to display On…