It's all in the Details
What’s in Stock?/Tring Tring
Let's mix it up
Fields Forever
A Little of This, A Little of That
100

What layout options help reduce scrolling in long forms?

What is "Use Tabs or Side Panel Navigator"

100

How do you hide the checkboxes in an inventory?

What is RowSelectionMode=”none”

100

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?

100

If a display field is not selected, what gets selected?

What is a random field?

100

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. 

200

How can you reduce complexity in views that require conditional logic?

What is "Use server-side IF statements instead of complex view actions."

200

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?

200

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."

200

This works in field expressions to reference related fields, but only works if a reverse relation exists.

What is Dot Notation?

200

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"?


300

This dessert, originating in Bakewell, Derbyshire, features a shortcrust pastry base, jam, and a frangipane topping.

What is the United Kingdom and Bakewell Tart?

300

What are 2 things you can do to long text fields on inventories?

What are wrap=”true” and displayas=”truncate”

300

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>”

300

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?

300

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. 

400

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>"

400

On a mobile view, what is good practice for a Yes/No field?

Use Display=”inline”

400

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

400

When should make a field required at the field level?

What is "When the record cannot exist with this field value populated."

400

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?

500

Let’s syntax it: <ix:Fragment name="Side Panel Plugin"... what comes after?

What is mode="list"

500

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

500

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.

500

List any 4 fields best practices.

Vagner plays judge!

500

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"