SUITEFLOW Flashcards
Automation based on changes to related records can or should be done in which technology?
a) SuiteScript
b) SuiteFlow
c) Neither
d) Both
Answer: B.
It SHOULD be done using SuiteFlow
Redirecting users can or should be done in which technology?
a) SuiteScript
b) SuiteFlow
c) Neither
d) Both
Answer: D.
It can be done in both
How might we use workflows to control the user interface?
We can use the Lock Record action to lock the record.
This action triggers before load.
The record will only be locked if the Lock Record action is called
Using existing saved searches to process the search data can or should be done in which technology?
a) SuiteScript
b) SuiteFlow
c) Neither
d) Both
Answer: B.
It SHOULD be done using SuiteFlow
The Set Field Value action cannot be used on a Before Load workflow action trigger on existing records. What should we use instead?
We should use a custom action
Approval reminder email messages can or should be done in which technology?
a) SuiteScript
b) SuiteFlow
c) Neither
d) Both
Answer: B.
It SHOULD be done using SuiteFlow
When setting a saved search to be used by a scheduled workflow, what 2 criteria must the saved search meet to be used?
The saved search must be created for the same record type as the workflow
The saved search must have filters set under the criteria subtab
Where can workflow state values be accessed?
Only on the state where it is defined.
Copying, printing, deleting, and attaching records can or should be done in which technology?
a) SuiteScript
b) SuiteFlow
c) Neither
d) Both
Answer: A.
It can ONLY be done using SuiteScript
As a best practice, we need to be specific about the execution context and conditionsof a workflow
Exactly what it says.
Be specific about the execution context and conditions.
Why should be only use execute as admin when necessary (access to records that require additional privileges)?
Because overuse creates security risks.
In a workflow, the following actions can only be done in which of either client or server side triggers?
Remove Button
Go to Record
Add Button
These actions can only be done with server side-triggers.
True or False?
Server-side workflow actions are only able to access sublist fields, not their values.
True.
This means they are able to change the field display type for example, but not the value inside the field.
Lead nurturing can or should be done in which technology?
a) SuiteScript
b) SuiteFlow
c) Neither
d) Both
Answer: B.
It SHOULD be done using SuiteFlow
If a transition is set to transition to another state on after submit, when will that state’s actions trigger?
That state’s actions will trigger on After Submit
True or False?
We should separate actions configured on client triggers into separate, single state workflows.
True
What are the 2 types of scheduled actions?
‘Delay’
‘Time of Day’
Which states can access workflow fields?
Workflow fields can only be accessed by the states in the same workflow where the field was created
What are the three workflow error types shown when logging?
Failed
Skipped
Considered
What happens with actions that trigger on entry when you refresh the record?
Actions that trigger on entry will only trigger once when the workflow enters that state.
Refreshing the record will not execute the entry actions again.
Setting up default values can or should be done in which technology?
a) SuiteScript
b) SuiteFlow
c) Neither
d) Both
Answer: D.
It can be done in both
True or False?
We can initiate a workflow from another workflow.
True
What is the first action trigger in all workflow states?
ONENTRY
If you have a custom field storing a value or a field with sourced data from another record, this data can not be overridden by what workflow trigger?
What should be used instead?
A Before Record Load trigger will not override a stored custom field or a field sourced from another record.
To set this type of field use a client trigger