Question 16
A custom controller, ajaxCustom, has a function named getData( ).
What is the correct way to call the getData <) function via a URL request?
Question 17
You need to set the address of a new contact 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)
Question 18
Which three are functions of Object Designer?
Question 19
You have extended the standard Contact model to a custom model named Extendedcontact, which contains the addcustomName ()function. You have completed the mapping in extensions.ymi file already.
What is the correct code to call this function from a custom controller?
A)
B)
C)
D)
E)
