单选题which one of the following statements would lee include in an agent to limit the documents processed by the agent to those for which the value of the type field is "action"? ()AFIELD Type :=action BSELECT Type =action CSELECT Type :=action D@if (type=action;@success;@failure)
单选题
which one of the following statements would lee include in an agent to limit the documents processed by the agent to those for which the value of the type field is "action"? ()
A
FIELD Type :=action
B
SELECT Type =action
C
SELECT Type :=action
D
@if (type=action;@success;@failure)
参考解析
解析:
暂无解析
相关考题:
单选题helga is working with a multi-value field that has numeric values in a list. she would like to apply a formula to each item in the list, return the list which one of the following @fuctions can she use to accomplish this with one line of code?()A@transform B@Listprocess C@processlist D@listevaluate
单选题jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()A the address field is computed B jim should have used a text popup C jim stored the field hint in the database D field hint only display when the user has not clicked in the field (field hint)
单选题which one of the following is an @fuction that Lonnie can use to return the value from a specific field?()A @value B @getfield C @GetItemVale D @getfieldvalue
单选题Derek has created a view in the sales.nsf db. Derek wants the sales value column in the view to be punctuated to display two decimal places . which one of the following should he do?()A use the @function @decimal in the column formula in the view B select decimal on the numbers tab in the view properties box C select decimal on the numbers tab in the column properties boxD use the @function @decimal to format the value in the field on the form that will display in the view
单选题nancy used a rich text field on a form to capture data. she would like to display the data in a view. which of the following should she do?()Ause @texttorichtextBuse a richtext title fieldCuse the @text(fieldname) in the column formulaDnothing rich text display in the views
单选题bill has an author names field named all editors that calculates a list of possible editors of the doc based on values users has entered into another field. The list only contains users’ first and last names, and only should be displayed to users who can edit doc.Which of the following hide-when formulas should bill use to control the display of the field?()A @isnotmember(alleditors,@username) B @isnotmember(@name([cn]);@username) C @isnotmember(alleditors;@name([cn ];@username)) D if(@isnotmember(alleditors;@name([cn];@username);@true;@false))
单选题Yuri created a formula for a button. The code is supposed to set the value of an existing field called title. He used the following formula: title:= @propercase (title); after the foumula runs ,the title field is null. Why? ()Athe value of one field cannot be set from the value in another field Bthe text string in the formula is set to null. Thus notes cannot validate the formula Cwhen setting the value of a field , the formula must be in the field‟s input validation event Dthe formula does not specify that title is an existing field. Thus it is interpreted as a temporary variable
单选题olga wants to have one action on the video form that will give the options to print ,save and exit the document when it is clicked .how can she accomplish this?()Ause an action with subactions Blayer the actions in the action menu CUse action buttons within an outline control in a hidden frame to present twisties Duse hide/when formulas along with a database profile field setting to display toolbars of icons