My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Action Required: Review and submit pending reconciliation matches before the NetSuite upgrade to avoid rework. After 26.2, unsubmitted matches will be unmatched. For more details, see SuiteAnswers 1047397
Comments
-
I have pasted the screenshot in my earlier comment where the html preview is showing the prefix that NetSuite generated. The main issue is since the search is part of bundle, and the url is programmatically being created on the client side to be redirected to the search, and this prefix is different in different NetSuite…
-
Just because of this prefix in Available Filters field, you cannot programmatically build the saved search url, from one NetSuite account to another
-
So the custom script queries vendor transaction and populate it into invoice standard fields Rate & Amount. So for getting foreign amount & rate I am using fxamount and fxrate from vendor bill. I found fxamount in record browser documentation, but got to fxrate by hit and try, which I wanted to confirm that this field be…
-
What is happening currently: Primary Subsidiary is US Second Subsidiary is GER Vendor bill is created against the vendor and project that belongs to GER with EURO currency Now when you use in N/search or nlapiSearchRecord rate & amount columns, it returns you the auto converted amount in USD fxrate & fxamount columns, it…
-
I am using v2.x N/ui/serverWidget module to add select type field. The suitelet works correctly when run standalone. As soon as the same suitelet is loaded in an iframe in the parent suitelet, then the field does not drop down and start throwing javascript exception. On the otherhand multiselect field works in iframe.
-
We will review in the upcoming week and will update here
-
Is there any upgrade in customizing the cost template or any way we can add costs dynamically (scripting) to the work order to manage the variance.
-
The client script is attached with Suitelet It requires several custom js script files with utility functions The browser while loading client script, gives the module time out error
-
Yes it did not work, may be its my computer. I will try another to check
-
Update: its just happening on Chrome
-
additional info
-
The error it throws
-
I am using New Weekly Timesheet. When I entered hours I entered in the following order of rows PRJ0003 PRJ0002 PRJ0004 PRJ0001 In view mode I can sort them, but in edit mode I can not. Is there a way?
-
That worked, thanks.
-
I think I have stumbled upon the solution. If the Deployment record of v1 script is still attached to the Deprecated Queue 1, where your NetSuite account is not configured for SuiteCloud Plus, then please load the the deployment record in View mode, Remove Queue and Save. It will fix the 5min delay issue.
-
Server response priority after every 5min for scheduled job v1, and no delay for v2. This would be unfair for existing implementation for v1.
-
Yes the Rates sublist was hidden
-
No. Just a correlation Start/End Date fields on invoice gets enabled when user enables Advanced Billing feature, but to show these fields on the UI, Sales Force Automation feature should also be enabled. Can there be such thing in case of Rate field?
-
On the custom form the Hourly Rate field is visible But on the UI it does not You can see its not appearing in between Labor Cost and Operationally Inactive fields
-
Is there a way to apply customer payment by project?
-
I checked, no script or workflow is affecting start/end dates
-
Start/End Date are standard fields enabled when Advanced Billing is enabled. These fields are also not appearing on the Standard form too.
-
This have been solved in Project Related Lists Portlet, check as of 2021.2 version
-
Thanks it worked
-
From another thread, I got to know that we can not put a custom Run Rate on a Manufacturing Cost Template, just like we are able to do on the Project Task's Assignees' Unit Cost/Unit Price I also want to know if my below understanding is correct: Programmatically we can edit Manufacturing Routing record and add more…
-
yes your understanding is correct, so this means only change in item cost, before apply the Completion step, is the way forward.. right
-
I have filed the ticket with Netsuite support, so as of yet no resolution, as of today in 2022.1 Time Track is not supporting custom fields of list type
-
No, since I am not going to convert to 2.0 as of yet, so I created my own custom dialog box to replace this api
-
The response I got from Netsuite on support ticket: Upon investigating your concern, the Ext.MessageBox is part of a third-party JS library that is used internally by NetSuite. Since this is not documented as a part of our SuiteScript API, this is not part of our support scope. Please note that we are discouraging the…
-
Thanks, we are gradually transitioning to v2.0, as then N number of our clients that are using our solution