Module 8 Flashcards
Where does SN use JavaScript?
Server
User
What is called in SN the customization of an instance and/or applications using JS?
Scripting
What type of platform does SN use?
aPaas (Application Platform as a Service)
What is a UI Policy?
A rule applied to a form to dinamically change: information or the form itself.
It is about managing the user experience and data integrity
Where do UI policies execute?
On the client side
What set fields are influenced by UI Policy?
Manadatory or Optional
Hidden or Visible
Read-Only or Editable
What do you need to do to apply a UI policy to all views?
Set the Global setting to true
What does Data Policy do?
It enforces requirements on field and record data when the data is inserted into SN or when the data is an import set
A rule that enforces data consistency by setting fields as mandatory and/or read only.
What is the difference between data policy and UI policies?
UI policies are only enforced on data entered into a form
Data Policies are applied to all data entered into the platform.
Where does Data Policy execute?
on the server side but can also run as UI policy on the client side
What are data policies about?
managing the integrity of the information stored in the database
What do UI actions do?
add buttons, links, and context menu items on forms and lists making the UI more interactive
On what side(s) are UI actions build?
Client or server side based on the client checkbox selection
What are examples of UI actions?
- Form buttons
- Form context menu items
- Form links
- List buttons
- List context menu items
- List choices
- List links
When is the UI Action visible and ready to be used?
When the UI Actions Active box is checked