-
ChatterFeed
-
0Best Answers
-
1Likes Received
-
0Likes Given
-
15Questions
-
5Replies
Last_Case_Comment field not found for case comment.
It is using Last_Case_Comment field exist in email template but not able to find it in object anywhere. Not in case comment and not in Caes too.
But when tested template, it shows value for that field that is latet comment user puts.
Is it standard field but not exposed on object ??
where the actual field is ??
Thanks..
-
- CloudComputingSFDC
- October 13, 2014
- Like
- 0
- Continue reading or reply
Redirection issue.
- There is relation parent object serial number and entitlement (one as to many).
- when you go to detail page of the serial number it shows entitlement related list.
- This related list is replaced with VF page to show filtered entitlements.
- now when i go to serial number detail page it shows me entitlements correctly but issues is when i click link of the entitlment
it opens in VF page only (in a small section) and it dosent go to parent serial number and refresh the whole page.
This embadeded VF page dosent recognize it's parent.
Please suggest ASAP.Also put your email address there in the post for future communication.
Thanks in advance for your reply
Thanks.
-
- CloudComputingSFDC
- August 08, 2014
- Like
- 0
- Continue reading or reply
Deploy field dependencies
What I tried :-
- Tried with Changed set. Added dependent field with page layouts and all profiles, but still didn't work.
Please suggest ASAP.
Thanks in advance for your response.
--Thanks--
-
- CloudComputingSFDC
- June 27, 2014
- Like
- 0
- Continue reading or reply
Code Compression tool between orgs.
- Which is the best code compression tool between orgs as we see that there are lot of deployment issues when we migrated from Dev to UAT.
- Please suggest free tool.
-
- CloudComputingSFDC
- June 24, 2014
- Like
- 1
- Continue reading or reply
Code Coverage for all Org.
Also how to check which lines are covered ? Previously it used to show lines in Red and Blue.
-
- CloudComputingSFDC
- June 03, 2014
- Like
- 0
- Continue reading or reply
Show alert message on standard Edit page of Case Record.
1. Show alert message on standard Edit page of Case Record. This alert will show on certain condition.
I know i can show VF page when user clicks on edit button but not interested to go by that route.
Please let me know is there any other way ?
Thanks in advance.
-
- CloudComputingSFDC
- May 08, 2014
- Like
- 0
- Continue reading or reply
Salesforce certification Dev 501
Anyone is offering Dev 501 training then let me know.
I am not going to salesforce for training. They are too expensive.
If any other option then let me know .
Thanks in Advance.
-
- CloudComputingSFDC
- August 18, 2013
- Like
- 0
- Continue reading or reply
Lead ownership issue.
we have profile "sales profile" with manage lead and view all permissions.
this profile is having 10 users and only one user should be restricted from transfer leads / take ownership of leads.
how to achive it by config or coding ?
Thanks in advance.
-
- CloudComputingSFDC
- August 15, 2013
- Like
- 0
- Continue reading or reply
Lead assignment rule for stoping SPAM leads.
Hi,
we have lead assignment rule where it checks for Name and if bad words exist in it then it will assign it to "Spam Leads" Queue.
Is there any way that SPAM leads are automatically rejected and not even created as a record within salesforce?
Please suggest ASAP.
Thanks in Advance.
-
- CloudComputingSFDC
- August 14, 2013
- Like
- 0
- Continue reading or reply
Switching Salesforce Admin Licences
Hi,
There are 2 Admins and only 1 active Salesforce Admin License exist.
- Is there any workaround that 2 users can work on only 1 License ?
- How to switch licenses between these users ?
Thanks in Advance.
-
- CloudComputingSFDC
- August 06, 2013
- Like
- 0
- Continue reading or reply
Salesforce Solution Architect interview Questions.
Hi,
Please provide "Salesforce Solution Architect" interview questions.
Thanks in advance.
-
- CloudComputingSFDC
- July 22, 2013
- Like
- 0
- Continue reading or reply
To Fetch and process more than 50000 records.
How to fetch records more than 50000 (something around 70000) and then update it in "Update" DML statement.
SOQL can give you 50000 records and 1 DML can process 10000 records only.
Now how to overcome this situation ???
Please sugges.
-
- CloudComputingSFDC
- June 29, 2013
- Like
- 0
- Continue reading or reply
what is www.supportforce.com ??
what is www.supportforce.com ??
Is it case management ? Please explain in detail.
-
- CloudComputingSFDC
- May 09, 2013
- Like
- 0
- Continue reading or reply
SOQL Question Help needed.
Parent object : Activity
Child Object : Claim (status is field in claim which can have values Cancelled / Closed).
Get all activities in SOQL for which all claims are closed / Cancelled.
Thanks
-
- CloudComputingSFDC
- February 12, 2013
- Like
- 0
- Continue reading or reply
Updating Bulk data and causing Too many SOQL error
- I am updating List of custom object through apex.
- This causes multiple triggers to fire for same object and related object.
- These triggers have SOQL quries.
- If List is having 1000 records, then it fails in between due to error " Too Many SOQL" .
- This is due to Trigger calls multiple times. For 1000 records it will call 5 times as 200 records in one execution. while doing this it counts number of SOQL quries and hits more than 100.
Please let me know my Solution is right or wrong :- one update starts one transaction in SFDC, so for 1000 records a trigger will fire 5 times (200 records in a batch) This causes SOQL Limit to hit easily. TO overcome this, I am splitting 1000 list of records into small list of 200 records so i will have 5 list with me. Now I am firing update statement in the loop for 5 times, so that i can process my whole data. Small list count 200 * 150 update statement = 30000 records I can process without any error.
Please let me know this approach is fine or not.
-
- CloudComputingSFDC
- February 01, 2013
- Like
- 0
- Continue reading or reply
Code Compression tool between orgs.
- Which is the best code compression tool between orgs as we see that there are lot of deployment issues when we migrated from Dev to UAT.
- Please suggest free tool.
-
- CloudComputingSFDC
- June 24, 2014
- Like
- 1
- Continue reading or reply
Lead ownership issue.
we have profile "sales profile" with manage lead and view all permissions.
this profile is having 10 users and only one user should be restricted from transfer leads / take ownership of leads.
how to achive it by config or coding ?
Thanks in advance.
- CloudComputingSFDC
- August 15, 2013
- Like
- 0
- Continue reading or reply
Lead assignment rule for stoping SPAM leads.
Hi,
we have lead assignment rule where it checks for Name and if bad words exist in it then it will assign it to "Spam Leads" Queue.
Is there any way that SPAM leads are automatically rejected and not even created as a record within salesforce?
Please suggest ASAP.
Thanks in Advance.
- CloudComputingSFDC
- August 14, 2013
- Like
- 0
- Continue reading or reply
SOQL Question Help needed.
Parent object : Activity
Child Object : Claim (status is field in claim which can have values Cancelled / Closed).
Get all activities in SOQL for which all claims are closed / Cancelled.
Thanks
- CloudComputingSFDC
- February 12, 2013
- Like
- 0
- Continue reading or reply
Updating Bulk data and causing Too many SOQL error
- I am updating List of custom object through apex.
- This causes multiple triggers to fire for same object and related object.
- These triggers have SOQL quries.
- If List is having 1000 records, then it fails in between due to error " Too Many SOQL" .
- This is due to Trigger calls multiple times. For 1000 records it will call 5 times as 200 records in one execution. while doing this it counts number of SOQL quries and hits more than 100.
Please let me know my Solution is right or wrong :- one update starts one transaction in SFDC, so for 1000 records a trigger will fire 5 times (200 records in a batch) This causes SOQL Limit to hit easily. TO overcome this, I am splitting 1000 list of records into small list of 200 records so i will have 5 list with me. Now I am firing update statement in the loop for 5 times, so that i can process my whole data. Small list count 200 * 150 update statement = 30000 records I can process without any error.
Please let me know this approach is fine or not.
- CloudComputingSFDC
- February 01, 2013
- Like
- 0
- Continue reading or reply