Questions tagged [custom-object]
A custom object is an object that is created in an org as opposed to standard objects which are provided by Salesforce. Objects in Salesforce are like tables, so creating a custom object is analogous to creating a table in a relational database.
1,509 questions
-1
votes
0
answers
13
views
Report on number of custom obects a user has access to
is it possible to produce a report on the number of custom objects each user has access to?
Since platform users can only access 10 custom object each, I want to make sure that we are not violating ...
0
votes
0
answers
33
views
Custom Decision Tree "flows" for business users... has anyone implemented something like this?
Our business is asking for a decision-tree type of solution where the business users can create their own "workflows" with steps shown to the user 1 at a time. Basically, some of our ...
0
votes
1
answer
45
views
How do I find the field name for SOQL query?
I have a custom object called Contracted Individual which has API Name
Contracted_Individual__c.
When I look in the Object Manager, I can see that there are some custom fields, one of which is ...
0
votes
1
answer
49
views
Customer Journey without Contact id
I'm making a customer journey that sends an email to clients that switch-out of their current contract but some Business Account don't have a primary Contact at the moment and we're not using any ...
0
votes
1
answer
54
views
Unable to see Account fields in dashboard filter, in a Master-Detail relationship
I have a custom object, with a Master-Detail relationship with Account (Account being the Master).
If I create a filter in a dashboard, which contains a report for the custom object, I only see the ...
0
votes
1
answer
35
views
How to show an extra field on the search bar suggestion box
I want to show the 'Account Name' in the suggestion box when a user search for a custom object record. Please see the image below:
It is possible with the Opportunity object but I am not sure if ...
0
votes
1
answer
80
views
Retrieve CustomObject metadata excluding validationrules, weblinks, listviews
Is there any way I can create an xml file of my custom objects retrieving ONLY the object definition - NOT the listviews, weblinks or validation rules?
I'm trying to set up a package to deploy to ...
0
votes
1
answer
209
views
How can I populate a picklist with more than 1000 options
Can someone point us to some guidance of how we can build a custom component that allows for selecting multiple items (with typeahead filtering) from a picklist that has a source of over 1000 items? ...
0
votes
1
answer
52
views
I have 3 InboundEmailHandler Apex Classes, one per object for 3 different objects. One works, the other 2 error out
I'm using 3 duplicate apex classes, that each reference a different custom Object. For some reason, all objects are firing on the same class.
This class runs for an Object called Member technical ...
0
votes
0
answers
35
views
I have renamed a custom object by changing a single character casing and now its metadata is no longer retrieved, what can I do?
I noticed while working on a project that by renaming a custom object from, for example, TimeSheet__c to Timesheet__c made the retrieve of that object's metadata file useless. It basically now ...
2
votes
0
answers
139
views
Auto Number Issues with High Volume Data Inserts (via API)?
While creating a new Custom Object, I was setting the Name field to Auto-Number, and saw this warning which I don't recall seeing in the past:
Warning: If you plan to insert a high volume of records ...
0
votes
1
answer
105
views
Auto Convert Lead into Custom Object
I am trying to find a way to automatically convert a Lead into a Custom Object. I have tried converting the Lead first into an Opportunity and then into a record on the Custom Object.
This is what I'...
0
votes
0
answers
48
views
Passing report parameter in Salesforce or load report into tab - 2025
On a custom object SalesItem__c i want to link to a report /reports/AE3345?SalesItem__c.Id=AU0045E45 and pass the id AU0045E45 of the object SalesItem__c so that the report AE3345 shows the ...
0
votes
0
answers
40
views
Can I have a dynamic scale for a CustomField?
I have a custom field which is type currency. I would like to know if it is possible to change the scale based on what type of precision I would like, or do I need to create separate fields for each ...
0
votes
1
answer
44
views
To resolve Meeting - Speaker Meeting is locked and cannot be deleted error while deleting a Meeting record
As i need to delete one Meeting Record created in 2020, but unable to delete since i am receiving this error. "Meeting - Speaker Meeting is locked and cannot be deleted".
Please find the ...