⟩ What is the use of binding framework in Clarify?
Used to bind the values with CDO and CDOCOLS fields
Used to bind the values with CDO and CDOCOLS fields
Which flag should be used in the command line of clarify.exe to launch clear basic debugger in runtime, in clarify thick client________________?
Worker bean calls ________ method to create, __________ method to initialize and ___________ method to initiate the creation of CBO’s within Save BeanA) createSaveBean(), setUpSaveBean(), SB.init()B) setUpSaveBean(), createSaveBean(),SB.init()C) SB.init(), createSaveBean(), setUpSaveBean()D) createSaveBean(), SB.init(), setUpSaveBean()
What is the full form of CDOCOLA) Common Data Objects Collection
This method is main entry point for the worker bean processing and is called by the controller servlet. The name of the method isA) void processIncomingRequest(HttpServletRequest request, HttServletResponse response, BeanFactory beanFactory)B) void processIncomingRequest(HttpServletRequest request, BeanFactory beanFactory ,HttServletResponse response)C) void processIncomingRequest(BeanFactory beanFactory , HttpServletRequest request, HttServletResponse response)D) void processIncomingRequest(HttServletResponse response, HttpServletRequest request, BeanFactory beanFactory)
Worker Beans, Save Beans and ________ together make up the Application beans in the ClarifyCRM.A) Load BeansB) Child Worker BeansC) Child Load BeansD) Child Save Beans
Load/Save/ChildLoadBean/ChildSaveBean are HTTP awareA) TrueB) False
Which of the following is/are true about savebeans –A) Uses CBOs for database operation.B) May use Beanfactory to create other savebeans for complex database operation.C) They are Http aware.D) They can be customized by subclassing.
For any activity like update and insert, performed in the clarify CRM, a log is created called activity log. Name the table in which it is storedA) act_entryB) pay_meansC) log_entryD) act_log
What are the two types of binding defined in clarifyA) Control Level BindingB) Page level bindingC) Data level bindingD) Html binding
In clarify CRM billing manager the relation between the case and the site isA) One to OneB) One to manyC) Many to oneD) Many to Many