Skip to main content

Questions tagged [name]

0 votes
0 answers
33 views

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 ...
For Blogspot's user avatar
0 votes
1 answer
62 views

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 ...
Kiteretsu's user avatar
1 vote
1 answer
130 views

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 ...
user149493's user avatar
0 votes
0 answers
243 views

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"...
user avatar
0 votes
3 answers
545 views

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> ...
TechGuy's user avatar
  • 147
1 vote
1 answer
726 views

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,...
H4shBrown's user avatar
0 votes
1 answer
2k views

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 ...
Hafizur Rahman Arfin's user avatar
0 votes
0 answers
36 views

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 ...
user97538's user avatar
0 votes
1 answer
2k views

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(...
CPS's user avatar
  • 375
0 votes
1 answer
52 views

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.
Kumar Vivek's user avatar
3 votes
1 answer
70 views

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 ...
Brian Kessler's user avatar