Open Khandagale-Saurabh opened 7 months ago
My mistake code "when we update case record case desceprtion update with total nuber of contacts.[] 2=> size();
trigger CaseTigger on Case(before update) {
Map<Id,Case> sizeobj=Map<Id,Case>(); for(Case cobj:Trigger.new) { sizeobj.add(id,case);//which case is cretaed
} Map <Id,Case> ans=new Map<Id,Case>(); ans=[select count(id) from case where contactid where in: sizeobj.keySet()] for(Case cobj:Trigger.new) {
cobj.descepration=ans.get(cobj.id); }
update ans;
}"
Q] How you debug two plotform are integrated or not in 1] database.querylocator, databse. quers... 2] debug lwc 3] pub sub, register unregister 4] tools for debuging 5] how you check lwc componet which tool you use 6] how to debug flow and process builde any tools 7] case object contact display and store in case descepretion 8] governer limit for async and sync record fetch https://onilab.com/blog/governor-limits-salesforce 9] debug and troubleshooting 10] future vs queable 11] lwc inside aura and vice versa 12] update case descerprion as number of contact associated with it : mistake : update, query wrong