SUITEBUILDER Flashcards
True or False?
On a custom record we can set the dashboard view
True
What happens when you delete a custom record type?
It is completely removed from the database and makes it so that it is unable to be used again.
What does the following freemarker code snippet do?
<#setting locale=”en_US”>
Sets locale to US
True or False?
We cannot make new record instances of a record type that has been inactivated
False.
You can make new records of a type that has been inactivated.
True or False?
We can set the default form of a custom record for a role as a preference.
True
Does inactivating a custom record type also delete it from the database?
No, of course not. It is reversible.
True or False?
We are unable to restrict the dashboard view of a custom record as a preference
False.
We CAN restrict the dashboard view of a custom record as a preference.
What is a performance concern when adding more custom fields to a record?
Adding too many custom fields can reduce the processing speed of those records
SuiteGL provides 3 significant processes that can be performed, what are they?
Custom GL Lines Plug-in; allowing the creation of custom GL impact lines on STANDARD transactions
Custom Transactions: Like standard transactions, but custom. We can define how they impact the GL
Custom Segments: Custom classification fields similar to classes, departments and locations
If we want to improve the performance of a GET operation in SuiteTalk, what can we do with fields on the web services only form?
We can hide any unnecessary fields to improve the performance of a GET request.
True or False?
On a custom record, we can not set search results or the search form as preferences.
False
We can set both the search results and search forms as a preference on custom records.
Defining a saved search as a preferred results
Defining a saved search as a preferred search form
True or False?
We can set the sublist view of a custom record as a preference
True
A record that is currently being edited will throw an error when the same record is saved elsewhere.
What is this called, and what records is it available on?
It is called “Optimistic Locking”, and it is available on all records, both custom and standard.
What are the 2 custom data sources that the N/render module allows us to add to a PDF?
XML
JSON objects
What does the following freemarker code snippet do?
nsformat_DATA TYPE
It forces the use of default NetSuite formatting on user defined data or hardcoded variables, taking User Preferences into consideration
When trying to delete a record that has dependencies, what will happen?
Records with dependencies cannot be deleted before unlinking it from other related records.
However, they can instead be inactivated, which is functionally the same.
True or False?
We cannot change the access level of a role on a custom record as a preference
False.
We CAN change the access level of a role on a custom record
What does the “<#setting>” tag in freemarker allow you to change?
The format of data types for all fields of that data type in the PDF
What is the N/render module used for?
Used for printing, PDF creation, form creation from templates, and email creation from templates
Can also load an Advanced PDF as well as add standard and custom data sources to the PDF.
When creating a record via script, what is the default form that will be used? How would you changed it?
The preferred form, and it can be changed by defining the form in the script while creating the record in the script.
True or False?
We can change language and translation based on locale using freemarker
True
Is it possible to disable record locking on both standard and custom records? If so, how?
No. Optimistic locking can be disabled, but only on custom records.
This is done by unticking the “Enable Optimistic Locking” checkbox.
What happens to the custom record definition in the list of custom records if that record is made inactive?
The custom record definition will no longer be displayed in the list of custom records
True or False?
We can set the list view as a preference on custom records
True