What layout options help reduce scrolling in long forms?
What is "Use Tabs or Side Panel Navigator"
How do you hide the checkboxes in an inventory?
What is RowSelectionMode=”none”
I have keys but no locks. I have space but no room. You can enter but not go outside. What am I?
What is a keyboard?
If a display field is not selected, what gets selected?
What is a random field?
You see a boat filled with people. It hasn’t sunk, but when you look again, you don’t see a single person on board. Why?
What is They were all married.
How can you reduce complexity in views that require conditional logic?
What is "Use server-side IF statements instead of complex view actions."
This Canadian dessert bar, named after a city in British Columbia, has a no-bake base layer of chocolate, coconut, and graham cracker crumbs
What is Nanaimo bar?
When should you use cascade delete on a field?
What is "When it doesn’t make sense for the related record to exist if the parent record is deleted."
This works in field expressions to reference related fields, but only works if a reverse relation exists.
What is Dot Notation?
How can you track if a record was created on mobile?
What is "Use "Created on Mobile" field and set to TRUE via view action"?
This dessert, originating in Bakewell, Derbyshire, features a shortcrust pastry base, jam, and a frangipane topping.
What is the United Kingdom and Bakewell Tart?
What are 2 things you can do to long text fields on inventories?
What are wrap=”true” and displayas=”truncate”
On mobile, in an employee field popup, there are 5 Hermione Grangers because apparently there are 5 people with the same name. How can we tell who’s who?
What is "For selection fields, use DisplayFields=”<field 1>,<field 2>”
This sandwich, created at the Brown Hotel in Louisville, Kentucky, is served open-faced with turkey, bacon, and Mornay sauce. Guess the country and dish.
What is the United States and Hot Brown?
What does CurrentUserTasksPredicate do?
The ix:CurrentUserTasksPredicate adds a criterion to your inventory or grid filters to show records that are assigned to the current logged in user, whether it's assigned to them as an individual, as a member of a location role, or a member of a group. Commonly used in mobile.
How would you make this error message better – “Cannot close Audit due to open findings”
What is "Bring in relevant field values such as <system name of field that contains the # of open findings>"
On a mobile view, what is good practice for a Yes/No field?
Use Display=”inline”
List 3 things that make for a great settings tab inventory
What are...
Create in popup
Edit and Open in popup
In-line edit
Active/Inactive
Sorting
When should make a field required at the field level?
What is "When the record cannot exist with this field value populated."
A hearty black bean stew traditionally served with rice, orange slices, and farofa - often enjoyed on Wednesdays and Saturdays. Guess the country and dish.
What is Brazil and Feijoada?
Let’s syntax it: <ix:Fragment name="Side Panel Plugin"... what comes after?
What is mode="list"
Describe 2/3 important practices that were discussed about selection view in inventories & grids?
What are...
Make select views! Don’t rely on default inventory view.
Use colon notation – e.g. for subject vs employee selection
Use Description Field for entity select dropdown – e.g. for Employee field
Why is this not great as a calculated expression? “Workflow.CurrentStage.Name”
What is....
In this example, it seems the person who wrote this hoped it would be automatically reevaluated as soon as the Status of the related Workflow would change.
This is not going to happen because this Workflow Instance Object has no clue this field through this expression is “watching” it.
For something like this to work, the reverse relation (1:M) from Workflow Instance to this Object would need to exist and it does not.
List any 4 fields best practices.
Vagner plays judge!
Briefly describe how you’d go about configuring this requirement, especially for historical records - how long is it taking for our risk assessments to be reviewed
What is "2 New fields, Set fields in the workflow, Update existing using report to import of WF tracking"