Questions tagged [new]
The new tag has no summary.
42 questions
0 votes
0 answers
19 views
I always faces this error why it is coming anyone know [duplicate]
I want to know why this error is came again and again i am new in lwc currenlty lerning lwc from basiscs.
0 votes
1 answer
164 views
Toast Message on Manual Case Creation using New Button
Whenever I am creating a case in Salesforce manually the toast message is showing the url case id, But I want to show the Case Number. I have searched and haven't found any without code solution. ...
1 vote
1 answer
2k views
Create New Record Window Blank
I am a Salesforce Admin and I am trying to create a new record from a related list on the the Opportunity Object. I have FLS on all fields on both objects. It works on one app but not the other. I ...
-1 votes
1 answer
3k views
How Do I change the Fields shown when Creating a New Account
I want to change the Fields asked for when Users try and create a New Account to very specific fields not related to what they see in their Page layout. I read somewhere that it was through creating ...
0 votes
1 answer
588 views
Interaction Summaries component - "New" button is not visible
We have set up Interaction Summaries according to the Salesforce documentation and placed the "Interaction Summaries" component on the Account record page. After deployment on the target org,...
1 vote
3 answers
1k views
Technical Reason For Declaring A List with New vs. without New in Apex
What is the technical reasoning behind the two ways to declare a List? I know that new tells the compiler to create an instance of the List class, but what does the second one do differently? Also, ...
-1 votes
1 answer
47 views
New object window ; is it possible to change locations of the fields
New object window ; is it possible to change locations of the fields
0 votes
0 answers
777 views
Can we do navigation to standard record create page in wire service?
I want to pre-populate one of the Country field value from User object to Account's Visiting Country when I try to create an Account. I have overridden Standard New Button on Account with Aura ...
1 vote
0 answers
7k views
Override standard "new" button in salesforce using LWC component
we have a custom visualforce page override on "new" button.we are implmenting lightning and in lightnng we are trying to use LWC component whch will redirect to standard new record page. the ...
0 votes
0 answers
40 views
Can we redirect user to different Visualforce Page when creating record based on record type?
I have Custom Object MyObject__c and it has two different Record Types. I need to redirect user to different Visualforce Pages based on Record Type he selected. I know we can assign one visualforce ...
1 vote
2 answers
435 views
Overwritten new standard button how identify which function the user has used
I have successfully overwritten the "New" and "Edit" behavior of a custom object with a lightning aura component. Everything is working fine and if the user clicks the related list new button of the ...
0 votes
1 answer
319 views
The field of checkbox type isn't available when I try to make a new object
The field of checkbox type isn't available when I try to make a new object.
1 vote
1 answer
1k views
Custom "new object" screen from related list
Let's say I have two objects, Object A and Object B. I have a related list on Object A's page layout, which can be used to create B objects. The problem is, Object B has many "system" fields ...
0 votes
1 answer
4k views
How to create a new user in a Sandbox? [duplicate]
I am trying to create a new user in sandbox. I have admin access to the production org. When I click on Log In link from the list of Sandboxes, it takes me to the new login page, but I do not have ...
0 votes
1 answer
374 views
How to prefill values of a new record in Lightning?
I know that this question covers the same subject, but the answers are not thorough enough, they just refer to the Salesforce documentation and that should be it. But the documentation is not clear ...