プロフィール
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
コメント
-
It's not required but I use the ltrim, rtrim functions for quick removal of characters from the left/right of a string, including spaces. Thanks, Rob
-
This is not currently available but may be part of a future release. Enhancement 22611 tracks this request. Thanks, Rob
-
Defect 180803 has been filed for this and has our highest priority. No eta is available at this time. Thanks, Rob
-
Currently you cannot schedule the time that saved searches are run. All scheduled saved searches run at 2 a.m. Pacific Time. You can vote for Enhancement 144975 Saved Searches: Schedule Email > Ability to set frequency or number of times per day for Daily recurrence. Thanks, Rob
-
Re: Defect 172618: Can't use formula for Name fields on Custom Record Mass Updates. For others experiencing the same problem, try the following workaround: Click Mass Update Fields Tab > Name Field Apply Check Box = F, Name Field Formula: (Remove the Formula). Click the Preview Button. Click the Return To Criteria Button.…
-
Hi Bushra, You can group the results for Display name and Date viewed using the Group summary type, then use Count on the # Times viewed column. Under the Results tab of the search, click the Summary Type column and select Group for Display name and Date viewed. Choose Count for # Times viewed. This should remove the…
-
Re: Can I customize the columns of the global search results? I would like to search by country. You can customize Global Search results in version 2009 Release 1 to display the columns you choose, and include footer filters to limit results. This is available when all your global search results records share the same…
-
Hi Brimfulof, The ability to select a dynamic group as an email recipient is being tracked in enhancement 146786. You can vote for this feature via your NetSuite Support Center and be notified when the enhancement status changes. Thanks, Rob
-
Hi sklett, The error you received appears to be related to highlighting results. This should be fixed on 04/30/2009. Thanks, Rob
-
HSBC template details are available in SuiteAnswer 21785.
-
The fix for Defect 515343 will be rolled out shortly.
-
Support has filed Defect 485654 : Update to Google Chrome Version 65.0 > All Reports > Click Print Icon in the Report Footer > Report PDF File Generated is Blank. Please submit a case to Support and you will be notified once a fix is available.
-
Moved topic to ERP forum.
-
This topic had a similar problem: We are trying to make a custom field (list type- sourced by contacts) that will appear on the customer/lead/prospect that is filtered to only contacts that are linked to the customer... Under the filters choose parent as 'filter using' then under 'value is' you can select 'current record'
-
Additional formatting styles may be available via SuiteScript. I haven't tested the CSS part but SuiteAnswer 37924 suggests it should work: nlapiSetFieldValue("custentity_richtextfield", "<B style="COLOR: red">Hello World</B>"); The second parameter uses formatting standard HTML and CSS.
-
This format works for me in most cases - {field1} || ‘< br >’ || {field2}.
-
There's a good example of this in SuiteAnswers 10093 and a short video in 19662.
-
Something like: CONCAT({custrecordcs_pc_display_name} || ‘< br >’ || CONCAT(' ' , CONCAT({custrecordcs_pc_unlabeled_config.descripti on} || ‘< br >’ || CONCAT(' ' , CONCAT({custrecordcs_pc_component_1.displayname} || ‘< br >’ || CONCAT(' - ' ,{custrecordcs_pc_label_1.custitemlable_media})))) ))
-
I tried something similar without the concat parts and it worked for me. Your formula might look like this: ({custrecordcs_pc_display_name} || ‘< br >’ || {custrecordcs_pc_unlabeled_config.descripti on} || ‘< br >’ || {custrecordcs_pc_component_1.displayname} || ‘< br >’ || {custrecordcs_pc_label_1.custitemlable_media})
-
Moved post to custom forms forum.
-
A similar topic was started here - https://usergroup.netsuite.com/users/forum/platform-areas/customization/custom-records/415108-record-is-parent-field-not-available-when-list-record-selected
-
This is possibly related to Defect 419500 Drop Ship Purchase Order > Customer with Default Ship To address > change Location > Ship To address changed to the Location address. Please contact Support to confirm and attach your case.
-
Defect 396034 was fixed and released on 5/28/2016.
-
You can create multiple layers of dependencies using custom records as well. See this SuiteAnswer for an example - https://netsuite.custhelp.com/app/answers/detail/a_id/10093/kw/dependent%20fields
-
Pessimistic Locking or preventing users from editing a record at the same time is currently an Enhancement Request. You can vote for 96103 in SuiteIdeas or submit an online case to be attached to it. There is a scripted solution documented in SuiteAnswers Answer Id: 25466 -…
-
An example for online case forms is provided in SuiteAnswers Answer Id: 11043 - https://netsuite.custhelp.com/app/answers/detail/a_id/11043/kw/upload%20file%20form
-
You could append the extension to the number as (123) 456-7890 x123 or create a separate custom field for it.
-
SuiteAnswers Answer Id: 21482 provides detailed steps to display the Item Image URL on Transaction Columns. There are a few related answers on the topic here: https://netsuite.custhelp.com/app/answers/detail/a_id/21482/kw/Display%20Item%20Image%20URL%20on%20Transaction%20Columns
-
Require Custom Record Entries Permission: Controlled by the access level set for Custom Record Entries permission under Permissions tab > Lists subtab of the user's role. Use Permission List: Controlled by the access level set on either the user's role Permissions tab > Custom Record subtab or the Custom record definition…
-
You as the field owner will always have permission to add new records.