Starting from Reference Implementation, your client wants to edit the look, feel, and function of the Answer Detail page. Specifically, the customer wants to add a global banner, remove the Answer Feedback widget, and alter the look and feel of the answer content.
Which three files should you modify?
You have been tasked with implementing the Syndicated ConditionalChatLinkwidget on an external page.
Additionally, you want to populate a menu custom field on the chat_launch page with a specific value. The ID of the custom field that you want to populate is 54 and the ID of the desired menu item is 8.
Which is the correct syntax to configure the Syndicated ConditionalChatLink widget so that the specified custom field is populated on the chat_launch page with the desired value?
. custom-fields: "{"54":"8"}"
B. custom_fields: "{\"8\":\"54\">
C. custom_fields: "{\"S4\":\"8\"}
D. custom-fields: "54:8"
Youhave written script to update contact data and have uploaded it to the custom folder. The file name
of your script is updatecontact.php.
What is the correct URL to execute your script from a browser window assuming this is a custheip.com domain?
The following code snippet is being used in a custom widget view on a page that is accessible to users with disabilities. Identify the error in the code.
You need to set the address of a newcontact using Connect PHP. You have only the abbreviation for the state.
How should you finish the following code to set the state of the Address object?
A)
B)
C)
D)
E)
Identify the format in which date values are specified in the where clause of a ROQL query by using Connect for PHP.
You want to filter the answers list page default answer report based on a value from the contact's session data, and you have been asked to not display certain answers to the end user in the report based on the contacts session data.
Which approach is required to create this customization?
Identify two results of changing the MOD_cp_DEVELOPMENT_ENABLED configuration setting to no.