• Matt Garnett
  • NEWBIE
  • 45 Points
  • Member since 2016

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 6
    Replies
So I created 5 items that I thought were apps but I created them as Objects, is there a way to change or merge them from Objects to Apps?
Hi guys,

Currently doing a mock exam for my Platform App Builder exam and the question and answer below is confusing to me:

User-added image

Where does it say on the referenced page explicitly that you can edit read-only fields via API's?

Link here: https://help.salesforce.com/HTViewHelpDoc?id=customize_layoutoverview.htm

Any clarification on the question much appreciated.

Matt.
I have the following code: 
Account master = new Account(Name='Account1')
insert master;

But this is for inserting a new account. How can I get an existing account with the same structure?
Something like: 
Account acc = account(Where name = :myVariable);
Hi 

My test classes are failing and I donno what fix needsto be done .I dont understand code and because of which my production push is not happening.

Can anyone pleae help me  
Is any have aware of required fields in object
Is it possible to customise the required  fields that are created by salesforce
 i.e :- i want to change require filed to normal field
So I created 5 items that I thought were apps but I created them as Objects, is there a way to change or merge them from Objects to Apps?