• James George
  • NEWBIE
  • 20 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 14
    Replies
Hi All,
I have a shared team calendar, which I would like to add automatically to all the users calendar either during user registration.

I know there is a manual option, which requires every user to add the shared calendar to added to their calendar manually, which we would like to avoid.

Is there any 'Out of the Box' settings available or do need a custom apex required.

Thanks in advance,
James

 
Hi All,

We have different Private Communites in our org.

Is there any way a user can SEARCH for the "Titles" of the Private communites even if they are not a member of those Private communities.

Idea is to get the "titles" and request for adding the user to the private community.

Any help will be appreciated.

Thanks,
James
Hi All,
Anybody facing issue with the new Enhanced domain implementation, I am not able to get the handle to the cookies.

Any help will be much appreciated.

Below is my scenerio/steps
1. salesforce sets the cookie value using an LWC component.
2. Re-directs the page to OKTA for authentication.
3. OKTA after authentication re-directs to a visual force page where the Javascript tried to read the cookie already set in the step 1.
The value reading the while reading the cookie is 'undefined'

It's all working well without Enhanced domain implementation enabled, As Jan 10 2023 is the cutoff date of mandatory implementation of Enhanced Domain on Sandboxes, we are trying to resolve this issue before the cut-off date.


 
function getCookie(name) {
            let cookieString = "; " + document.cookie;
            let cookies = cookieString.split("; ");
            let currentCookieVal;
            cookies.forEach(cookie => {
            let currentCookieArr = cookie.split('=__');
                if(currentCookieArr.length && currentCookieArr.length === 2) {
                    if(currentCookieArr[0].includes(name)) {
                        currentCookieVal = currentCookieArr;
                    }
                }
            });
            return currentCookieVal;
        }

Thanks,
James
Hi All,
Can experts help me on this error below.
This happened after enabling the Lightning Components-->Enable debug mode
Component Error

Any help will be appreciated.

Thanks,
James
Hi All,
Please help me on this scenerio.
There is a Lookup field to Asset Object already exists
1. Created a new text field "C1" in Case Object
2. Created a new formula field "A1" in Asset Object

How can I display the data from Case Object's "C1" Field to Asset Object's "A1" field using the formula.

Anyhelp will be appreciated.

Thanks,
JG
 
Hi Friends,
I'm able to add the Price Books to Lightning Sales application using App Manager, but it's not getting displayed in the tab section.

In the add new tab section also it's not there.

But all works well in Salesforce classic
Hi All,
Is it possible to add a new tab/section in the setup area
Currently I can see Home and Object Manger, but I need to add few more links/columns next to it.
Please see the screenshot below
User-added image
Hi All,
Is it possible to add a new tab/section in the setup area
Currently I can see Home and Object Manger, but I need to add few more links/columns next to it.
Please see the screenshot below
User-added image
 
Hi Friends,
I'm trying to add some text near to "Search Salesforce" field or the immediate area around as shown in the screen shot below.
Any suggestions please hellp
User-added image
Hi All,
I have a shared team calendar, which I would like to add automatically to all the users calendar either during user registration.

I know there is a manual option, which requires every user to add the shared calendar to added to their calendar manually, which we would like to avoid.

Is there any 'Out of the Box' settings available or do need a custom apex required.

Thanks in advance,
James

 
Hi All,

We have different Private Communites in our org.

Is there any way a user can SEARCH for the "Titles" of the Private communites even if they are not a member of those Private communities.

Idea is to get the "titles" and request for adding the user to the private community.

Any help will be appreciated.

Thanks,
James
Hi All,
Anybody facing issue with the new Enhanced domain implementation, I am not able to get the handle to the cookies.

Any help will be much appreciated.

Below is my scenerio/steps
1. salesforce sets the cookie value using an LWC component.
2. Re-directs the page to OKTA for authentication.
3. OKTA after authentication re-directs to a visual force page where the Javascript tried to read the cookie already set in the step 1.
The value reading the while reading the cookie is 'undefined'

It's all working well without Enhanced domain implementation enabled, As Jan 10 2023 is the cutoff date of mandatory implementation of Enhanced Domain on Sandboxes, we are trying to resolve this issue before the cut-off date.


 
function getCookie(name) {
            let cookieString = "; " + document.cookie;
            let cookies = cookieString.split("; ");
            let currentCookieVal;
            cookies.forEach(cookie => {
            let currentCookieArr = cookie.split('=__');
                if(currentCookieArr.length && currentCookieArr.length === 2) {
                    if(currentCookieArr[0].includes(name)) {
                        currentCookieVal = currentCookieArr;
                    }
                }
            });
            return currentCookieVal;
        }

Thanks,
James
Hi All,
Please help me on this scenerio.
There is a Lookup field to Asset Object already exists
1. Created a new text field "C1" in Case Object
2. Created a new formula field "A1" in Asset Object

How can I display the data from Case Object's "C1" Field to Asset Object's "A1" field using the formula.

Anyhelp will be appreciated.

Thanks,
JG
 
Hi Friends,
I'm able to add the Price Books to Lightning Sales application using App Manager, but it's not getting displayed in the tab section.

In the add new tab section also it's not there.

But all works well in Salesforce classic
Hi All,
Is it possible to add a new tab/section in the setup area
Currently I can see Home and Object Manger, but I need to add few more links/columns next to it.
Please see the screenshot below
User-added image