⟩ The use of the Sales application in the ClarifyCRM is (Multiple choice)A) Enable agents to work on the sales objectsB) Manage accounts, leadsC) Manage opportunitiesD) Manage Field services
Both Managing Accounts,Leads and Oppurtunities
Both Managing Accounts,Leads and Oppurtunities
How to design test cases for Clarify CRM?
What is the use of binding framework in Clarify?
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