You are working in the B2C Service Customer Portal and are attempting to troubleshoot an AJAX issue with a custom widget. What would be the correct environment and procedure to use for debugging this issue?
There is a requirement to create an add -in that has limited functionality for most profiles. However, supervisor profiles are allowed to use the full functionality of this add -in. How can you set up and deploy this add-in?
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?
Identify two items that accurately describe custom objects.
You want to write a custom widget that allows input of Incident Custom Fields that has both required and nonrequired fields. Identify the correct method using the Connect for PHP API to determine which fields are required when saving an existing incident.
In a Widget Controller file, which is the correct way to capture the Contact ID (c_id) from the URL parameter, query the database to fetch contact details, assign contact details in the class variable, and access it in the view.php file? A) B) C) D)