Minha área
Comentários
-
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.
-
It should work with the "location." prefix as in {location.quantityonorder}. You'll need to add the prefix to all the fields in your formula.
-
A few things will determine when a field is inline editable like the field’s display type or whether it's hidden on the preferred form. See SuiteAnswers Answer Id: 35598 and 11844 for details.
-
Can you try {locationquantityonorder} and {locationquantityavailable} instead?
-
This is controlled by the roles's List permissions. Try adding or removing the following: [LIST] [*]Letter Messages [*]PDF Messages [*]Track Messages [/LIST] If you're adding these permissions, set the Access Level to at least Create.
-
You could copy the form's url and display it as a shortcut.