Multiple choice technology

What is the prompt syntax in BO

  1. prompt(‘message’,[‘type’],[lov],[MONO|MULTI],[FREE|CONSTRAIN])

  2. @Prompt(‘message’,[‘type’],[MONO|MULTI],[FREE|CONSTRAIN])

  3. @Prompt(‘message’,[lov],[MONO|MULTI],[FREE|CONSTRAIN])

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The correct Business Objects prompt syntax is @Prompt('message', ['type'], [lov], [MONO|MULTI], [FREE|CONSTRAIN]). Option A is correct in showing all parameters but incorrectly omits the @ symbol prefix. Options B and C are missing the 'type' parameter or have incorrect parameter order. The @ symbol is required in Business Objects formula syntax.