問題 #26 Which two methods can be used in the Connect for PHP API to obtain the error code and error text when the connectAPiError exception is thrown?
A. logMessageO
B. getMessageO
C. getCodeO
D. errorMessags()
E. errorCodeO
答案:A,B 問題 #27 The following C#.Net code is used during a chaining operation on an incident (some called methods are not shown).
A. The idspecified attribute of the ChainSourceld object should be true,
B. The suppressExternaiEvents option must always be set to true.
C. The suppressRules option must always be set to true when chaining generic objects.
D. Chaining with generic objects is not supported when using standard objects.
答案:D 問題 #28 You have deployed a CPM and would like to log any errors that happen in its execution. Which option is not available to you from the CPM logic?
A. writing to a custom logging table within the CPM code
B. logMsasage ( "message" ) ;
C. the log files maintained in the configuration panel in the console
D. writing to the notes field of the object on which you are performing CPM actions
答案:C 問題 #29 What two benefits are gained by using Message Bases to control page content in Customer Portal?
A. quicker initial page setup
B. Automatic Language Translation!
C. quicker site copies to different interfaces
D. one point of change for page content changes
E. less configuration
答案:B,C 問題 #30 You have extended the standard Contact model to a custom model named Extendedcontact, which contains the addcustomName ()function. You have completed the mapping in extensions.ymi file already. What is the correct code to call this function from a custom controller? A)