33.3k views
4 votes
Identify two ways in which you can display a message to a user while using table-based lookups for an attribute.

A. defining an advanced BML (BigMachines Language) function for that attribute
B. setting the message type as Static Entry when selecting an attribute to populate
C. setting the message type as Table Column when selecting an attribute to populate
D. defining a static text message for that attribute

User Quv
by
7.4k points

1 Answer

5 votes

Final answer:

C. setting the message type as Table Column when selecting an attribute to populate

To display a message using table-based lookups, set the message as a static entry or use a table column to provide dynamic messages based on the chosen lookup value.

Step-by-step explanation:

When using table-based lookups to display a message to a user for an attribute, you have a couple of options. One method is B. setting the message type as Static Entry when selecting an attribute to populate.

This allows you to set a fixed message that will be displayed whenever the specific attribute is used. Another method is

C. setting the message type as Table Column when selecting an attribute to populate. With this option, messages can vary depending on the value chosen from the table; the message displayed is dynamic and pulled from the same table as the lookup value.

Two ways to display a message to a user while using table-based lookups for an attribute are:

Setting the message type as Static Entry when selecting an attribute to populate. This allows you to define a specific message that will always be displayed for that attribute.

Setting the message type as Table Column when selecting an attribute to populate. This allows you to display messages based on the value selected from a table, where each table column represents a different message.

User Natalie Downe
by
7.7k points