Want to pass your Sugar Developer Specialist SCP-401 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
You want to customize the actiondropdown.js file in an instance of Sugar but the code you are looking at is minified.
Where should you go to obtain the readable source of the file?
A. ~./jssource/src_files/clients/base/fields/actiondropdown/actiondropdown.js~
B. ~./clients/base/fields/actiondropdown/actiondropdown.js~
C. ~./cache/javascript/base/components_[unique_id].js~
D. ~./custom/clients/base/fields/actiondropdown/actiondropdown.js~
You have a business requirement to create a new Task record when a button is clicked by the user. According to the Sugar Developer Guide, what is the recommended way to accomplish this task?
A. Create a logic_hook to call BeanFactory::newBean.
B. Add custom JavaScript code to the editview metadata file.
C. Create a workflow with an action to create a related record.
D. Modify the Backbone.js controller to call app.data.createBean.
What are three methods to create additional fields on stock modules? (Choose three.)
A. Use POST requests to rest/v10/[moduleName]/fields.
B. Use the fields_meta_data table.
C. Use a vardefs extension.
D. use Module Builder.
E. use Studio.