-
ChatterFeed
-
0Best Answers
-
22Likes Received
-
0Likes Given
-
888Questions
-
307Replies
Add the object to the homepage which will be animated
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
- Ab
- June 09, 2023
- Like
- 0
- Continue reading or reply
filter criterias on the two dashboards are different
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
- Ab
- May 16, 2023
- Like
- 0
- Continue reading or reply
Show different dashboard components to different users , may be crete new profiles
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
- Ab
- May 16, 2023
- Like
- 0
- Continue reading or reply
add few elements to home page
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
- Ab
- May 16, 2023
- Like
- 0
- Continue reading or reply
Modification of homepage for different profiles or roles
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
- Ab
- May 03, 2023
- Like
- 0
- Continue reading or reply
list view teams of event not able to see the events
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
- Ab
- April 24, 2023
- Like
- 0
- Continue reading or reply
Display Events in quick links in Accounts
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
- Ab
- April 24, 2023
- Like
- 0
- Continue reading or reply
Wrong caluclation of date
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
- Ab
- February 20, 2023
- Like
- 0
- Continue reading or reply
picklist values available for record type is not retrieved in VS code
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?
- Ab
- February 15, 2023
- Like
- 0
- Continue reading or reply
error INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST
I have below error
INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST: Invalid value for restricted picklist field: FRAME2:Population__c
what can be possible reasons
- Ab
- February 15, 2023
- Like
- 0
- Continue reading or reply
LWC difference between mobile app or mobile browser
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
- Ab
- February 09, 2023
- Like
- 0
- Continue reading or reply
flow in debug mode not working properly - id not acepted correctly
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
- Ab
- January 30, 2023
- Like
- 0
- Continue reading or reply
prefill a screen in flow with contents deriving from parent object
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 ?
- Ab
- January 24, 2023
- Like
- 0
- Continue reading or reply
SSO after refresh of sandbox
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
- Ab
- December 14, 2022
- Like
- 0
- Continue reading or reply
conversion of textfield to picklist
Is there a loss of data if a text field is converted to picklist field please ?
- Ab
- December 05, 2022
- Like
- 0
- Continue reading or reply
loos of data when changeing from multiselect picklist to picklist
I want to convert the multipicklist to picklist, will I loose the data plea ?
- Ab
- November 15, 2022
- Like
- 0
- Continue reading or reply
dataloader.io error SOURCE: 'CloseDate' DESTINATION: 'CloseDate' is not a valid DATE.[Valid date format: MM/DD/YYYY (example: 02/20/1987)].
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
- Ab
- November 10, 2022
- Like
- 0
- Continue reading or reply
Failed to process query: FUNCTIONALITY_NOT_ENABLED: Selecting compound data not supported in Bulk Query
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
- Ab
- November 09, 2022
- Like
- 0
- Continue reading or reply
upsert of data where firled is not ID but some custom field
I want to upsert data, but how can I specify a custom field as key.
thank you for suggestion
- Ab
- November 09, 2022
- Like
- 0
- Continue reading or reply
data upload free tool
What is the best free tool, if i need to export 8k records from production and insert it in Sandbox please
- Ab
- November 09, 2022
- Like
- 0
- Continue reading or reply
LWC visible in prod and not in uat
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
- Ab
- October 19, 2022
- Like
- 1
- Continue reading or reply
reiterating/looping a SelectOption in and comparing the order by a map
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, 3I 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
- Ab
- May 05, 2020
- Like
- 1
- Continue reading or reply
How test a swagger in postman
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
}
- Ab
- December 05, 2018
- Like
- 1
- Continue reading or reply
process builder error message | DUPLICATES_DETECTED: Click on the links below to view or edit the potential duplicate records.
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 !
- Ab
- July 19, 2017
- Like
- 1
- Continue reading or reply
How to override the Account page (recent accounts) Page
I am looking for way to override the standard Recent account pages.
Basically, I want to remove the New button, and keeping rest as it is.
I donot want to consume new tab
Thanks for suggestion
- Ab
- April 19, 2017
- Like
- 1
- Continue reading or reply
Adding new line in custom lable, which will be referred inside apex class, and displayed inside input field(text area)
I want to add a text inside like below
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 ?
- Ab
- January 03, 2017
- Like
- 1
- Continue reading or reply
Activate account as "Customer portal account"
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 !
- Ab
- September 02, 2016
- Like
- 1
- Continue reading or reply
Object Settings option is not available in certain profiles
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
- Ab
- September 02, 2016
- Like
- 1
- Continue reading or reply
Executing triggers for 100000 Records
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
- Ab
- June 27, 2016
- Like
- 1
- Continue reading or reply
populating child value from parent with help of trigger
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
- Ab
- April 22, 2016
- Like
- 1
- Continue reading or reply
Price book & Products | check access to people
How can you check access to users or profiles for price books ?
Thank you
- Ab
- January 26, 2016
- Like
- 1
- Continue reading or reply
Force user to choose a picklist
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!
- Ab
- November 12, 2015
- Like
- 1
- Continue reading or reply
Error message in Dev console
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>
- Ab
- October 26, 2015
- Like
- 1
- Continue reading or reply
getting data from webservice link
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
- Ab
- October 13, 2015
- Like
- 1
- Continue reading or reply
tutorial to integrate Web service API using rest
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
- Ab
- October 13, 2015
- Like
- 1
- Continue reading or reply
Calculating Distance between two places
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
- Ab
- October 01, 2015
- Like
- 2
- Continue reading or reply
Getting developer name for a record type
How is it possible to get the developer name for a record type
- Ab
- September 30, 2015
- Like
- 1
- Continue reading or reply
converting report in to PDF in Apex class
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
- Ab
- September 23, 2015
- Like
- 1
- Continue reading or reply
show dependency for custom object
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.
- Ab
- August 24, 2015
- Like
- 1
- Continue reading or reply
VF page inside dashboard
How is it possible to include a visualforce page along with the dashboard. The dashboard will also have other reports as well
- Ab
- August 19, 2015
- Like
- 1
- Continue reading or reply
locating dashboard
How to check the number of dashboard created in salesforce.
- Ab
- August 06, 2015
- Like
- 1
- Continue reading or reply
add few elements to home page
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
- Ab
- May 16, 2023
- Like
- 0
- Continue reading or reply
Modification of homepage for different profiles or roles
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
- Ab
- May 03, 2023
- Like
- 0
- Continue reading or reply
Display Events in quick links in Accounts
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
- Ab
- April 24, 2023
- Like
- 0
- Continue reading or reply
picklist values available for record type is not retrieved in VS code
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?
- Ab
- February 15, 2023
- Like
- 0
- Continue reading or reply
Not able to modufy flter for approval process
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
- Ab
- November 03, 2022
- Like
- 0
- Continue reading or reply
not able to modify list view filter
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
- Ab
- November 02, 2022
- Like
- 0
- Continue reading or reply
contents of lwc are not accessible to al profiles
Few profiles dont have access to element in LWC are there any elements we can test so all have sale accessbility, please ?
- Ab
- October 19, 2022
- Like
- 0
- Continue reading or reply
few information on lightning tabs are visible to certain profiles and not others
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 ?
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
- Ab
- October 19, 2022
- Like
- 0
- Continue reading or reply
Refused to connect to because it violates the following Content Security Policy directive
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".
- Ab
- October 17, 2022
- Like
- 0
- Continue reading or reply
not abe to do SOQL on object of managed package
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
- Ab
- September 14, 2022
- Like
- 0
- Continue reading or reply
Flow update the Text field when other field is updated, soql to get the name
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
- Ab
- September 12, 2022
- Like
- 0
- Continue reading or reply
Not receinving lightning readiness report
when i try to select the product as salescloud in lighnting readiness app, the page dont move forward.
What can be the reason please ?
- Ab
- August 11, 2022
- Like
- 0
- Continue reading or reply
Input label translation on screen of the Flow
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
- Ab
- March 01, 2022
- Like
- 0
- Continue reading or reply
creating a map of id, class
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
- Ab
- January 10, 2022
- Like
- 0
- Continue reading or reply
Populating the triger data at the beginning of the handler class
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
- Ab
- January 05, 2022
- Like
- 0
- Continue reading or reply