Question 26
Which two platform features allow for the use of unsupported languages? Choose 2 answers
Question 27
The account object has a custom percent field, rating, defined with a length of 2 with 0 decimal places. An account record has the value of 50% in its rating field and is processed in the apex code below after being retrieved from the database with SOQL public void processaccount(){ decimal acctscore = acc.rating__c *
100; } what is the value of acctscore after this code executes?
100; } what is the value of acctscore after this code executes?
Question 28
A developer is asked to create a PDF quote document formatted using the company's branding guidelines, and automatically save it to the Opportunity record.
Which two ways should a developer create this functionality? (Choose two.)
Which two ways should a developer create this functionality? (Choose two.)
Question 29
Which requirement needs to be implemented by using standard workflow instead of Process Builder? Choose
2 answers
2 answers
Question 30
Which statement generates a list of Leads and Contacts that have a field with the phrase 'ACME'?
