Questions tagged [name]
The name tag has no summary.
11 questions
0 votes
0 answers
33 views
Name Field Alignment on Standard Lead Layout
On the Edit Page of Lead the Name field is displaying like this - However I want it to appear aligned, like this - What setting controls this alignment? Note - (1) Both the examples shown above are ...
0 votes
1 answer
62 views
How to fix querying on "Name" Table?
My API request to salesforce for fetching columns from table Name is failing with: entity type Name does not support query The query that I am trying to do is like: SELECT FirstName from Name where ...
1 vote
1 answer
130 views
use name type as text type in flow
I am trying to use the Name field under user as the value for another item in a salesforce flow. however it seems to be failing because the User Name field is Name type, while the destination field is ...
0 votes
0 answers
243 views
Is there a way to change the 'Auto Number' Name of Standard Objects?
We are using Salesforce Maps to schedule Visits to Retail Stores. We've noticed that the Visit records that are created are using an Auto Number as the Name, giving values such as "00000564"...
0 votes
3 answers
545 views
Save the field Name field in combobox LWC
Hello I was trying to save in a lightning-combobox the field Name from record of an SObject, but it is not working. My apex class: @AuraEnabled(cacheable= True) public static List<String> ...
1 vote
1 answer
726 views
How do I get my record name instead of RecordID?
Currently, I have three objects namely: User, Review and Cases where a user can create a case and other users can make reviews on the cases. This is illustrated in the schema as shown below: In my UI,...
0 votes
1 answer
2k views
Create custom field name with two underscores in account object in salesforce
I want to create a custom field. The requirement says the custom field name must have double underscores (__). The field name should be qidc__onekeyid_ims But Salesforce is giving errors. The ...
0 votes
0 answers
36 views
How can I specify a PDF file name? [duplicate]
I'm placing a button on a Visualforce page that creates a PDF in the contract object. If I press this button, a PDF will be generated, but if I save it with "Save as", the file name will ...
0 votes
1 answer
2k views
Error: User.Name does not exists on Validation Rule
I have an error creating Validation Rule and is strange. Here is the VR: AND(!$Setup.Bypass__c.ValidationRule__c, !$Permission.IntegrationPermissions, $User.Name != $Label.USER_MANAGER, NOT(ISPICKVAL(...
0 votes
1 answer
52 views
License Display Name Change
I am looking for a way if we can change the display name of licenses which are shown under Company information in UI. Please let me know if this is possible, Thanks.
3 votes
1 answer
70 views
Is Lead.Name 100% predictable?
We have an integration with a third party site which requires an exact match for the Lead Name. When we have a new lead, we need to make a call out to this website. In Trigger.new, Lead.Name is always ...