-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
1Likes Given
-
7Questions
-
7Replies
Session timeout display on Salesforce Classic?
Is it possible for us to dispay the session timeout countdown timer once a user logs into salesforce ?
For example, if session timeout is 2 hrs, once a user logs into salesforce classic, can we display a countdown timer in the backbround? Something like 00:00:01
I was told in trailblazer community that this can be done using VF, Apex and JavaScript. If anyone has done this already, please share the solution!
For example, if session timeout is 2 hrs, once a user logs into salesforce classic, can we display a countdown timer in the backbround? Something like 00:00:01
I was told in trailblazer community that this can be done using VF, Apex and JavaScript. If anyone has done this already, please share the solution!
- Z man0
- January 11, 2018
- Like
- 0
- Continue reading or reply
Error on Permission sets: Permission View All Data depends on permission(s): Read All FAQs, Read All HowTos
Hi Everyone:
When I try to update my existing permission set to give access to newly created field under cases, I get the following error:
Error Message: Permission View All Data depends on permission(s): Read All FAQs, Read All HowTos
FAQs and HowTos are Article Types.
I created a custom field under Cases and tried to update a permission set to give read and edit access for the field encountered this error. Kindly let me know how to troubleshoot it.
When I try to update my existing permission set to give access to newly created field under cases, I get the following error:
Error Message: Permission View All Data depends on permission(s): Read All FAQs, Read All HowTos
FAQs and HowTos are Article Types.
I created a custom field under Cases and tried to update a permission set to give read and edit access for the field encountered this error. Kindly let me know how to troubleshoot it.
- Z man0
- January 23, 2017
- Like
- 0
- Continue reading or reply
Will a process builder update a record after the assignment rule ?
Current Scenario:
I have an active assignment rule that assigns cases to queues when it is created using "Email to Case". I am trying to build a process using process builder that needs to update the the follownig fields in the case record:
Is there somethings that I need to consider?
I have an active assignment rule that assigns cases to queues when it is created using "Email to Case". I am trying to build a process using process builder that needs to update the the follownig fields in the case record:
- Picklist field
- Owner ID
- Record Type ID
Is there somethings that I need to consider?
- Z man0
- January 06, 2017
- Like
- 0
- Continue reading or reply
How to prevent a user from reopening a case after 10 days from the close date ?
Hi Everone,
Happy New Year :)
Below is my case scenario:
Users can close the case and re-open it for a period of 10 days; After 10 days, the case shouldn't be re-opened. Only certain profiles can reopen it after this point in time. I am thinking of Validation rule to implement it; Kindly let me know if you have any ideas for implementing this !
Happy New Year :)
Below is my case scenario:
Users can close the case and re-open it for a period of 10 days; After 10 days, the case shouldn't be re-opened. Only certain profiles can reopen it after this point in time. I am thinking of Validation rule to implement it; Kindly let me know if you have any ideas for implementing this !
- Z man0
- January 03, 2017
- Like
- 0
- Continue reading or reply
Max Date Display on Standard Object
Hi Everyone:
I have 2 objects:
Object 1: Standard Object [Contact]
Object 2: Custom Object [Apple]
Relationship: Look up relationship.
Apple records can be found under contact related list.
Is it possible to display the latest created date from the related list on the conact custom field "latest date"
I have 2 objects:
Object 1: Standard Object [Contact]
Object 2: Custom Object [Apple]
Relationship: Look up relationship.
Apple records can be found under contact related list.
Is it possible to display the latest created date from the related list on the conact custom field "latest date"
- Z man0
- May 05, 2016
- Like
- 0
- Continue reading or reply
18 Digit Case Insensitive ID
Is there a way to convert the 15 digit case sensitive ID in reports into 18 Digit Case Insensitive ID ?
or
Is there a way to pull 18 Digit Case Insensitive ID into Reports?
or
Is there a way to pull 18 Digit Case Insensitive ID into Reports?
- Z man0
- April 19, 2016
- Like
- 0
- Continue reading or reply
App Exchange App Testing
Hi Everyone,
I would like to install and test an app exchange application. I can install it from my Developer Edition or any other Salesforce Edition (Unlimited/Enterprise). Is it possible to directly install an applicaiton to any of the following sandbox instead of going through production / developer edition?
I would like to install and test an app exchange application. I can install it from my Developer Edition or any other Salesforce Edition (Unlimited/Enterprise). Is it possible to directly install an applicaiton to any of the following sandbox instead of going through production / developer edition?
- Developer
- Developer Pro
- Partial Copy
- Z man0
- March 04, 2016
- Like
- 0
- Continue reading or reply
unable to update field-please help
Hi
I wanted to update field membership status in object contact using this contact.Membership_Status__c = "Approved";
when i open object contact i can see field membership Status has formula:
text( Latest_Membership__r.Membership_Status__c )
I am gettinh error
The error returned was Unable to create/update fields: Membership_Status__c. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
The fields without formula i can update
Please help
I wanted to update field membership status in object contact using this contact.Membership_Status__c = "Approved";
when i open object contact i can see field membership Status has formula:
text( Latest_Membership__r.Membership_Status__c )
I am gettinh error
The error returned was Unable to create/update fields: Membership_Status__c. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
The fields without formula i can update
Please help
- dragan loncar
- January 11, 2018
- Like
- 0
- Continue reading or reply
Will a process builder update a record after the assignment rule ?
Current Scenario:
I have an active assignment rule that assigns cases to queues when it is created using "Email to Case". I am trying to build a process using process builder that needs to update the the follownig fields in the case record:
Is there somethings that I need to consider?
I have an active assignment rule that assigns cases to queues when it is created using "Email to Case". I am trying to build a process using process builder that needs to update the the follownig fields in the case record:
- Picklist field
- Owner ID
- Record Type ID
Is there somethings that I need to consider?
- Z man0
- January 06, 2017
- Like
- 0
- Continue reading or reply
How to prevent a user from reopening a case after 10 days from the close date ?
Hi Everone,
Happy New Year :)
Below is my case scenario:
Users can close the case and re-open it for a period of 10 days; After 10 days, the case shouldn't be re-opened. Only certain profiles can reopen it after this point in time. I am thinking of Validation rule to implement it; Kindly let me know if you have any ideas for implementing this !
Happy New Year :)
Below is my case scenario:
Users can close the case and re-open it for a period of 10 days; After 10 days, the case shouldn't be re-opened. Only certain profiles can reopen it after this point in time. I am thinking of Validation rule to implement it; Kindly let me know if you have any ideas for implementing this !
- Z man0
- January 03, 2017
- Like
- 0
- Continue reading or reply
Max Date Display on Standard Object
Hi Everyone:
I have 2 objects:
Object 1: Standard Object [Contact]
Object 2: Custom Object [Apple]
Relationship: Look up relationship.
Apple records can be found under contact related list.
Is it possible to display the latest created date from the related list on the conact custom field "latest date"
I have 2 objects:
Object 1: Standard Object [Contact]
Object 2: Custom Object [Apple]
Relationship: Look up relationship.
Apple records can be found under contact related list.
Is it possible to display the latest created date from the related list on the conact custom field "latest date"
- Z man0
- May 05, 2016
- Like
- 0
- Continue reading or reply
18 Digit Case Insensitive ID
Is there a way to convert the 15 digit case sensitive ID in reports into 18 Digit Case Insensitive ID ?
or
Is there a way to pull 18 Digit Case Insensitive ID into Reports?
or
Is there a way to pull 18 Digit Case Insensitive ID into Reports?
- Z man0
- April 19, 2016
- Like
- 0
- Continue reading or reply
Can we prevent a case assignment to a user who is not currently logged in to salesforce
how to avoid the case assigned to a user who is not currently logged in to salesforce using validation rules?
- Priyadharshini Sundaram
- February 02, 2016
- Like
- 2
- Continue reading or reply
BEST PRACTICE
When someone takes the time/effort to repspond to your question, you should take the time/effort to either mark the question as "Solved", or post a Follow-Up with addtional information.
That way people with a similar question can find the Solution without having to re-post the same question again and again. And the people who reply to your post know that the issue has been resolved and they can stop working on it.
- Steve :-/
- February 10, 2010
- Like
- 131
- Continue reading or reply