can you please let know how to add only some fields of the player object in record form? is it possible to do?
@SalesforceNoob2 жыл бұрын
U can't do that in record form... For this scenario u can use record edit form
@kushalgowda1422 жыл бұрын
@@SalesforceNoob but record edit form dont have cancel and save button
@SalesforceNoob2 жыл бұрын
You can create your own custom buttons in there.. Using lwc
@yeshwanth51422 жыл бұрын
Hi your are giving record id for particular Id know ? , How to give id dynamically.
@SalesforceNoob2 жыл бұрын
For that you need to implement your own logic... 1) If your are on any object record page and want to paas the current record id then u can use '@api recordId'(current record page id get stored in it automatically) 2) otherwise you need to implement logic in apex and get the recordid from apex in lwc
@PermYoWeaveTina Жыл бұрын
Hello, I followed your instructions but when I add to page layout and try to view I get an error message "You don't have access to this record. Ask your administrator for help or to request access." I am the administrator so how to fix?
@er.kalyanranjan71102 жыл бұрын
Hi Salesforce Hustlers, CURD operations are easy by using but how can we avoid Duplicate entries. Please reply.
@SalesforceNoob2 жыл бұрын
For that case u can use flows, triggers to avoid the creation of duplicate records
@abdulraseedhs1523 Жыл бұрын
how to create a child record for an account, I mean if I create contact default account should be filled after creating contact record
@tanmaytaywade75382 жыл бұрын
i want to add date like 6 oct on every beside field how can i do that
@kuppalaananthalakshmi8792 жыл бұрын
sir, Could you please make video on how to update opportunity's StageName ='ClosedWon' using apex calss. I tried but it is inserting not updating
@SalesforceNoob2 жыл бұрын
Yeah sure... I'll upload one on this scenario too😊