• Ab
  • ALL STAR
  • 8164 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 22
    Likes Received
  • 0
    Likes Given
  • 888
    Questions
  • 307
    Replies
Hello,

How can i display a section in homepage like the task.
For example, is it possible to create a object which can be used and then added to the homepage.

thank you
  • June 09, 2023
  • Like
  • 0
Hello,

I have two dashboards with 90% of similar dashboards. and most of the reports are on the case. but when I try to filter the dashboard on one of them I have the filter option for created date this year but not the custom field .
what can be possible reason so that the filter fields on the two reports are different
thank you for suggestion
  • May 16, 2023
  • Like
  • 0
Hello,

Currectly, I have only one profile on the salesforce.
I think for this reason we cannot show different users different dashboard componentS.
how is it possible to show different components to differnet usrs 

thank you for reply
  • May 16, 2023
  • Like
  • 0
Hello,

I have a requirement to add few texts on home page
Is there any solution so that a users can add few elements on an object and I could add it to homepage, please
 
  • May 16, 2023
  • Like
  • 0
Hello,

On the homepage , we have two dashbaord which displays.
I wanted to know
1) how to modify this homepage
2) can i configure them by roles
3) can i confirgure them by profile, how,

thank you for replu
  • May 03, 2023
  • Like
  • 0
Hello,


Hello,
I have below list view, to see my teams event but I dont see y teams events.
How is teams configured is it by role or teams in users 
User-added image
  • April 24, 2023
  • Like
  • 0

Hello,

I am using salesforce lightning.

I am trying to display the events in quick links on object Accoint but I don't see it, I am system admin, how can I add events in quick linksI

User-added image
 
  • April 24, 2023
  • Like
  • 0
Hello,

I have a formula which gives output age as 33 years old instread of 32
the formula
Age__c = 33
YEAR(TODAY()) -  year(PersonBirthdate)
PersonBirthdate =
PersonBirthdate is standard field
 
  • February 20, 2023
  • Like
  • 0
hello,

I have a picklist with values X, Y, Z
I have added to record types X, Y, Z

but when in visual studio and i do get resources from org, I don't get all the picklist values available for the field,
any specific reason, please?
  • February 15, 2023
  • Like
  • 0
Hello,

I have below error 
 
INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST: Invalid value for restricted picklist field: FRAME2:Population__c

what can be possible reasons
  • February 15, 2023
  • Like
  • 0
Hello,

I have a LWC component .
It can be opened in mobile in mobile app or webbrowser .
how can we differentiate between
- if mobile app
OR
- if mobile  browser

 
  • February 09, 2023
  • Like
  • 0
Hello,
I am debugging flow.
I am providing input values as needed, like opportunity id, but it is not getting detected.
hwhat are the popentail reasons, please
  • January 30, 2023
  • Like
  • 0
Hello,

I have a flow in salesforce on opportunity.
It has a screen which is displayed to user on one of the step.

Opportunity is linked to account (standard way)

The screen displayed is blank, I want to refill it with values from the account. 

what is the solution overview, please ?

 
  • January 24, 2023
  • Like
  • 0
Hello,

what are steps o confige an SSO, please ?
I have refreshed the sandbox environtment and i nno more have access to the old SAML data, what things changes, please
  • December 14, 2022
  • Like
  • 0
Hello,
Is there a loss of data if a text field is converted to picklist field please ?
  • December 05, 2022
  • Like
  • 0
Hello,

I want to convert the multipicklist to picklist, will I loose the data plea ?
  • November 15, 2022
  • Like
  • 0
Hello,

I was trying to upload data in sandbox environment, 
I am getting error for close date but I have downloaded the data from production and i am surprised get this issue

error:
SOURCE: 'CloseDate' DESTINATION: 'CloseDate' is not a valid DATE.[Valid date format: MM/DD/YYYY (example: 02/20/1987)].

data actual
CloseDate
5/10/2052

​​​​​​​
  • November 10, 2022
  • Like
  • 0
Hello,

When I try to export all opportunity fields I got errror
 
Failed to process query: FUNCTIONALITY_NOT_ENABLED: Selecting compound data not supported in Bulk Query

what can be the reason, please
  • November 09, 2022
  • Like
  • 0
Hello,

I want to upsert data, but how can I specify a custom field as key.
thank you for suggestion
  • November 09, 2022
  • Like
  • 0
Hello,

What is the best free tool, if i need to export 8k records from production and insert it in Sandbox please 
  • November 09, 2022
  • Like
  • 0
Hello,

I have user in UAT and Production.
In UAT the uer is able the see the tab which is a lwc component

the profile have access to object and fields.
what can be the reason for not seeing the tab details in prod and not in uat, please
  • October 19, 2022
  • Like
  • 1
Hello,

I have a map with Name(String) and Ranks(Integer),
Name is the Pricebook name and Rank is Order by.
map<String,Integer> mapOfNameAndRank = new map<String,Integer>();

Name1, 1
Name2, 2
Name3, 3
I am populating SelectOption in below manner: 
public list<SelectOption> listOfOpt {get;set;}
for(priceBook2 prc : [select id,Name from priceBook2 ){
            listOfOpt.add(new SelectOption(prc.Id,prc.Name));
        }

My usecase is that, the SelectOption should display the Name is the order defined in map.

How can i reiterate the SelectOption inorder to order it.

thank you for suggestion
  • May 05, 2020
  • Like
  • 1
Hello,

When somone gives a swagger, What else do we need to do to do testing in Postman.

is there any authentcation key i should ask ?

I imported the swagger and i directly clicked on send
I get below error
{
    "code": "500",
    "name": "Internal Gateway Error",
    "message": "error unknown
}
 
  • December 05, 2018
  • Like
  • 1
Hello,

I have below errror message i received from a process builder.

Error Occurred: The flow tried to update these records: null. This error occurred: DUPLICATES_DETECTED: Click on the links below to view or edit the potential duplicate records.. For details, see API Exceptions.

what can be reason

thanks for suggestion !
  • July 19, 2017
  • Like
  • 1
Hello,

I am looking for way to override the standard Recent account pages.
User-added image
Basically, I want to remove the New button, and keeping rest as it is.
I donot want to consume new tab

Thanks for suggestion
  • April 19, 2017
  • Like
  • 1
Hello,

I want to add a text inside like below

User-added image

caseObj.Descripion= Label.Descrption;

Description label is like
"Date:\nTime:\nname:"

When i try to add this label, it always adds the "Date:\nTime:\nname:"
the new line is never added.

How can i achieve it ?
  • January 03, 2017
  • Like
  • 1
Hello,

I have a few account records, few of the accounts are ticked as "Customer account"/portal accounts
What does it signifies, and what is its importance ?

How can i make testing of its usability, like i want to know if it is was really useful to make this account as customer account ?

thank yo for suggestion !
  • September 02, 2016
  • Like
  • 1
Hello,

For the profiles related to chatter name, like chatter free user, chatter external user, there is no option for "Object setting", there a re only optione for "Apex class access", etc.

How can i access the object settings for this profiles
  • September 02, 2016
  • Like
  • 1
Hello,

While updating records using data loader, do the triggers execute ?

If not, what are other ways of updating records where i can make sure that the triggers execute.

Thank you for suggestions
  • June 27, 2016
  • Like
  • 1
Hello,

I have a currency field on my object with name Price__c i want to populate it from the field (ParentPrice__c ) of parent (Parent__c) 

how can i achieve it in trigger,
thanks for suggestion
  • April 22, 2016
  • Like
  • 1
Hello,

How can you check access to users or profiles for price books ?

Thank you
  • January 26, 2016
  • Like
  • 1
Hello,

I have a picklist with values A, B, C in them,

I want to force the user to chooseat least one of the choice.
Is there any standard way or should i implement any validation rule ?

Thank you for suggestion!
 
  • November 12, 2015
  • Like
  • 1
Hello,

I alwaays get error when i try to save something from Dev console

Failed to create createContainerMember for containerId duplicate value found: <unknown> duplicates value on record with id: <unknown>
  • October 26, 2015
  • Like
  • 1
Hello,
 
https://servicesgateway.com/{version}/rest/{service}
 <ConfigElement name="cAccount" Url="https://servicesgateway.com/1/rest/searchByName" ContractID="XXXX" UserPrefix="XXXXXXX" UserID="XXXXX" Password="XXXXX" AppID="XXX" Version="1" />

I have a above link, which is link for web service.

I want to get the data from this link.

What are steps to do so using REST 

Thanks
  • October 13, 2015
  • Like
  • 1
Hello,

I am looking for a tutorial to integrate a wed service using rest method.

I have webservice which sends XML request and get XML response.
I am looking for tutorial to integrate a simple exsisitng web service, later i will modify for me.

thanks
  • October 13, 2015
  • Like
  • 1
Hello,

How is it possible to calculate distance between two points given the lattitude and longitude.
Also, are there other geolocalization apps i can have a look

Thanks
 
  • October 01, 2015
  • Like
  • 2
Hello,

How is it possible to get the developer name for a record type
  • September 30, 2015
  • Like
  • 1
Hello,

I am using joined report

Is it possibel to take a screenshot of a report (or converting report in to pdf)and get it in apex.

I will later use it to email by scheduler

thank you
  • September 23, 2015
  • Like
  • 1
Hello,

I have a custom objects.
There are few rows created for this custom object.

How cna i know where all is this custom object used.
  • August 24, 2015
  • Like
  • 1
Hello,

How is it possible to include a visualforce page along with the dashboard. The dashboard will also have other reports as well
  • August 19, 2015
  • Like
  • 1
Hello,

How to check the number of dashboard created in salesforce.
 
  • August 06, 2015
  • Like
  • 1
Hello,

I have a requirement to add few texts on home page
Is there any solution so that a users can add few elements on an object and I could add it to homepage, please
 
  • May 16, 2023
  • Like
  • 0
Hello,

On the homepage , we have two dashbaord which displays.
I wanted to know
1) how to modify this homepage
2) can i configure them by roles
3) can i confirgure them by profile, how,

thank you for replu
  • May 03, 2023
  • Like
  • 0

Hello,

I am using salesforce lightning.

I am trying to display the events in quick links on object Accoint but I don't see it, I am system admin, how can I add events in quick linksI

User-added image
 
  • April 24, 2023
  • Like
  • 0
hello,

I have a picklist with values X, Y, Z
I have added to record types X, Y, Z

but when in visual studio and i do get resources from org, I don't get all the picklist values available for the field,
any specific reason, please?
  • February 15, 2023
  • Like
  • 0

Hello,

I have a tab "Approval process" in lightning console.

but not able to modify.
I am not able to modify filter nor add anything.
 
filters Close Filters Locked Filters This list view can’t be filtered.This list view can’t be filtered. Filter by Owner   requests assigned to me and my queues

 
  • November 03, 2022
  • Like
  • 0
Hello,

I have a list view but not able to modify.
I am not able to modify filter nor add anything.
 
filters
Close Filters
Locked Filters
This list view can’t be filtered.This list view can’t be filtered.
Filter by Owner   requests assigned to me and my queues

 
  • November 02, 2022
  • Like
  • 0
Hello,

Few profiles dont have access to element in LWC are there any elements we can test so all have sale accessbility, please ?
  • October 19, 2022
  • Like
  • 0
Hello,

I have a tab "Environment" which is added to lightning page.
Few profiles see the details of "information tab" but few dont.

The lightning component (Environment) is added to tab the lighting page as shown.
Environment tab as 3 tabs (3 difflightning component), 1st tab information nd its details are only visible to certain profiles.

even the field inside the tab are not visible.

what can e reason please ?

User-added image
 
enironmenTab.cmp
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
	<aura:attribute name="recordId" type="String"/>
    <lightning:tabset selectedTabId="one">
        <lightning:tab label="Information" id="one">
            <c:TabNameDetail recordId="{!v.recordId}"></c:TabNameDetail >
        </lightning:tab>
    </lightning:tabset>
</aura:component>

thank you for suggestion
  • October 19, 2022
  • Like
  • 0
Hello,

I have below error on console.
what can be reason please ?
aura_prod.js:688 [Report Only] Refused to connect to 'https://company--uat.lightning.force.com/aura?r=70&other.apex_Lead_Create.getResponsible=1' because it violates the following Content Security Policy directive: "connect-src https://static.lightning.force.com https://api.bluetail.salesforce.com https://staging.bluetail.salesforce.com https://preprod.bluetail.salesforce.com blob: *.visualforce.com https://company--uat--c.documentforce.com https://cs174.salesforce.com https://notification-service.sfproxy.null.fra.aws.sfdc.cl wss://notification-service.sfproxy.null.fra.aws.sfdc.cl".

 
  • October 17, 2022
  • Like
  • 0
Hello,
I am not able to query the package

i am using SELECT id from Z_XX__c but it show that the Z_XX__c is not available

any suggestions please
  • September 14, 2022
  • Like
  • 0
Hello,

I have 2 text fields
Id_of_contact__c
Name_of_contact__c
both are text fields

Usecase:
when the Id_of_contact__c is updated with id, i wnt the Name_of_contact__c to get the  name of the Id_of_contact__c
In other words, once the  Id_of_contact__c is updated, the SOQL search should be made and the Name_of_contact__c t should be updated by name

i also want to control the null pointers

how is it possible to implement ion flow, please
 
  • September 12, 2022
  • Like
  • 0
Hello,
when i try to select the product as salescloud in lighnting readiness app, the page dont move forward.
What can be the reason please ?
  • August 11, 2022
  • Like
  • 0
Hello,

On the screen of a flow, i have a input text with label as
First name.
I want to translate it to different language based on one of the input parametrs of flow.

How can this be accomplished, please 
  • March 01, 2022
  • Like
  • 0
Hello,

I have below loop where is loop across accounlist and create few set.

Loop{
populate set 1
populate Set 2
}

use set 1
use set 2

Is there a way to create a map something like:
private static Map<Id, ResourceDTO> tempmap     = new Map<Id, ResourceDTO>();
 
private class ResourceDTO {
                       
    public string id {get; set;}             
    public string name {get; set;}
    public string documenttype {get; set;}
    public string documentcategory {get; set;}
    public string filetype {get; set;}                       
    public string content {get; set;}
    public List<string> permissions {get; set;}
    public string publishdate {get; set;}
    public string lastmodifieddate {get; set;}
}

how can i access them , please 

 
  • January 10, 2022
  • Like
  • 0

Hello,

I have trigger in below pattern

One Account trigger
- Calls Trigger handler

Account Triger handler
- makes distinhuish betwen before ,after, insert, updae
- have each fucntion , which call class to execute actions/functions

I want to improve the trigger to get the data at the beinning of the handler class and execute the trigge logic by using the map 
in other owrds, SOQL to get the user and Account data in beginning and store in map. and use the map in the rest of the account handler.

where i could start from, please 

  • January 05, 2022
  • Like
  • 0