プロフィール
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
コメント
-
I'm glad it worked!☺️
-
Can you try adding this criteria below to eliminate duplicate item lines in the result? It worked fine in my testing. Formula (Numeric) = {transaction.line} = is equal to 1
-
Hi @Dwight Schrute, Yes, it is possible. You can use <#list> to get the line item fields. Please see example below. <#list transaction.item as listItem> <tbody> <tr> <td> ${listItem.item}</td> <td> ${listItem.description}</td> <td> ${listItem.quantity}</td> </tr> </#list> </tbody> I hope this helps.
-
Hi @User_HPB3I, Enable the Show Totals checkbox to sum the Transaction : Amount column. I hope this helps.
-
Hi @User_EKY01 Thank you very much for creating this thread! Allow us to check on our Gurus who specializes in this area and we will get back to you the soonest time possible. Any members who has an insight on this, please feel free to reply to this thread.
-
Hi @Manuel Dambo I would like to follow up on this thread. Please let us know if you need further assistance. If there's none, kindly click "Yes" on "Did this answer the question?". This will aid others with the same question to easily find the correct answer. You will also earn points and may unlock the Answer Accepter…
-
Hi @User_HPB3I, Do you want to sum the amount in the search? If so, you can group the other fields and sun the Transaction : Amount field in the Summary Type column. I hope this helps.
-
Hi @Manuel Dambo This is possible if the employee record of the user's class field is blank. However, if you only want this to apply to the Transaction record > Communication > Files, you can setup a workflow and make sure that the Execute as Admin checkbox is enabled. I hope this answers your question. Thank you.
-
Hi @Camila O Thank you very much for creating this thread! Allow us to check on our Gurus who specializes in this area and we will get back to you the soonest time possible. Any members who has an insight on this, please feel free to reply to this thread.
-
Hi @User_IJB6M Thank you very much for creating this thread! Allow us to check on our Gurus who specializes in this area and we will get back to you the soonest time possible. Any members who has an insight on this, please feel free to reply to this thread.
-
Thank you for updating this thread, @JohnCirocco. Can you uncheck the email notification settings and resave, then change back to email? Let us know if refreshing this setting helps.
-
Hi @nag_m Yes, I indicated above that if the Journal Approval permission is set to at least the "Create" access level, it allows usage of the Approve Journal Entries task. If it is set to only "View" access level, it only allows usage of the Journal reminder. In addition, here are the following permission levels are…
-
Hi @nag_m The following are general definitions of possible access levels for permissions. VIEW - User has access to view existing files only. The user cannot create new, edit existing, or delete existing files. CREATE - User can create new and view existing files. The user cannot edit or delete existing files. EDIT - User…
-
Hi @SanjeevV Thank you very much for creating this thread! Allow us to check on our Gurus who specializes in this area and we will get back to you the soonest time possible. Any members who has an insight on this, please feel free to reply to this thread.
-
Hi @JohnCirocco Please navigate to your Profile > Select Edit Profile > Under My Stuff, Select Notification Preferences. Are the preferences enabled for email notifications? Thank you.
-
Hi @Sunil Kumar Kardam, I have moved your initial post to our OpenAir discussion category as they might have some input about this. Please refer to the thread by clicking here. Thank you.
-
Hi @User_KN5OE, Apologies for the misunderstanding. May we please have the sample code you are using as we are unable to replicate the issue. Thank you.
-
Hi @SanjeevV Thank you very much for creating this thread! Allow us to check on our Gurus who specializes in this area and we will get back to you the soonest time possible. Any members who has an insight on this, please feel free to reply to this thread.
-
Hi @Manuel Dambo Thank you for creating this thread. It seems this thread is duplicate of the thread: Is it possible to make the user password for life? Please note, we will communicate on that thread as it has the same topic of discussion. Regards,
-
Hi @User_8NC9Y, Have you checked if the record has been hard-coded in the formula field? Do you have custom fields in the customer record?
-
Hi @User_KN5OE, I would like to know if the format below helped. <a href="https://<account-id>.app.netsuite.com#loc">Loc</a> Thank you.
-
Hi @Manuel Dambo, This capability is NOT supported in NetSuite. An internal communication has been raised referring to this request and it is clearly defined that this cannot be implemented as this would be a violation of the Security policy. The only recommendation provided is to lengthen the days the Password can be…
-
Hi @User_KN5OE, Kindly give the following a try and let us know how it goes. <a href="https://<account-id>.app.netsuite.com#loc">Loc</a> Regards,
-
Hi @User_8NC9Y, Is there any URL in the script that points to the production or URL of the records that has been hard-coded in the formula field? Example: Production url: https://*account number*.app.netsuite.com/ Sandbox url: https://*account number-sb1*.app.netsuite.com/ Regards,
-
Hi KNason76, I would like to follow up on this thread. Please let us know if you need further assistance. If there's none, kindly click "Yes" on "Did this answer the question?". This will aid others with the same question to easily find the correct answer. You will also earn points and may unlock the Answer Accepter badge.
-
Hello @User_KN5OE Thank you very much for creating this thread! Allow us to check on our Gurus who specializes in this area and we will get back to you the soonest time possible. Any members who has an insight on this, please feel free to reply to this thread.
-
Hi @User_KN5OE, For now, this is the only way to generate the date + the number of days. Per checking, there is no existing enhancement request related to this and I would suggest you submit one at SuiteIdeas. Thank you.
-
Hi KNason76 We have little documentation on authorize.net, however I came across an external reference that might be useful. Please click on this link. I hope this helps.
-
Hi @Sunil Kumar Kardam, An alternate solution to this is to create a new employee record and set the correct subsidiary desire on it. Please note that in order not to encounter an error that identifies two of the same users, please make a minor change in the employee name. We may simply add any character or letter to the…
-
Hi @Ammar, Are you using a workflow or SuiteApprovals for your purchase order approval processes? If you are using NetSuite OneWorld Account, check in there Subsidiary Restrictions section in the employee center role. Perhaps your current setup is limiting to see transaction data, especially if in this approval routing…