Skip to main content

#Custom Object0 discussing

I've been doing some testing and created two new custom objects to demonstrate something to colleagues. We've now decided not to use these custom objects, but I can't delete them. I get an error message saying that they are connected to each other. As far as I can see I've removed all fields and records that I'd created as part of the test, are there other steps that I need to follow to remove the relationship?

Can't delete a custom object

 

#Custom Object  #Master Detail Relationship  #Lookup Relationship

5 answers
  1. Oct 20, 2021, 1:06 PM

    Hi Claire,

     

    If you are using Lightning Experience switch to Classic and then go into Set up. Find the object where the deleted field is located and scroll down to the end of the page. You should then see the deleted fields. Make sure you parentally delete the fields then you should be able to delete the object.  

    Thanks,

    Dinesh

0/9000

Hi all,

I have a custom object X, and I need to create a new custom object Y that is a clone of A (all fileds).

Is ther e a way to clone all field of a custom objects?

 

tks

 

#Custom Object #Custom Fields

(no code solution tks)

4 answers
0/9000

I need to display data in LWC like the below order

 

Custom Object Rec1.field

Custom Object Rec2.Document Link (Download Link for Doc uploaded to ContentVersion)

 

Custom Object Rec2.field

Custom Object Rec2.Document Link (Download Link for Doc uploaded to ContentVersion)

 

I am using the below scenario:

on connectedcallback(), i am calling Apex function which returns the Custom Object Record in Map structure Map<Custom_Object_Rec_ID, Custom_Object_Rec>. But i am not able to add Document Record to this Map. 

 

Could anyone please suggest me the better way to send Custom Object and Content Document record in one Data structure?  Thanks

 

Also, i am sending all the contentdocument in another separate array. But in LWC html as there is not able to compare the Custom Object Id and Attachment Parent Id, displays all attachments with all rows.

 

Thanks

Syam

3 answers
0/9000

My org has several custom objects, but only some are displaying when I attempt to edit the OWD settings in the "Organization-Wide Sharing Defaults Edit" view.

 

What determines which custom objects are able to have their OWD settings edited, and which don't?

 

#Custom Object  #Sharing Settings  #OWD Access

3 answers
0/9000

Looking for ideas on how to build out a use case.  We are using opportunities to track donations in NPSP.  Nothing particularly unique with the opportunities.  They are of a type that specifies a name to memorialize on a tribute wall.  The Tribute name can receive donations from multiple Contacts, accounts, or Households.  When donations to that tribute name reach a threshold of $1000, then that name is triggered to be placed on the Tribute Wall at Level 1.  There are 5 levels.  I am thinking I need to build a custom object of "Memorial Wall".  The "Memorial Wall" records will have relationships to Opportunities and/or the Household Account or Organization Accounts that make the donations. The Memorial Wall record can/will have multiple opportunities associated to it. Then maybe use rollups to tally total donated amounts across opportunities.  Then automation to move the Memorial Record to the different levels as money is collected over time (Level 1, Level 2 etc. ) using a Sales Path. Does this sound like it will work in theory or does anyone have anything to add?  #Flow #Sales Path #Opportunities #Custom Object #Declarative Lookup Rollup Summaries 

9 answers
0/9000

Hi All,

 

Can someone help me with this error  "We can’t find the custom object with api name 'Laptop_Warranty'. I tired as it's in the document for maintain certification and still I see this error.

Not sure, what's wrong.

 

Thanks n advance.

1 comment
  1. Feb 9, 2023, 5:51 AM

    This error message suggests that there is a custom object in your Salesforce setup with the API name "Laptop_Warranty" that cannot be found.

    Here are a few possible reasons why this error could be occurring:

    The custom object may have been deleted or is no longer accessible to your user.

     

    The custom object may not have been properly deployed to the correct Salesforce environment.

     

    There may be a typo in the API name of the custom object, such as an incorrect capitalization.

     

    The custom object may have been created under a different Salesforce organization or namespace.

    To resolve this issue, you'll want to verify that the custom object exists in your Salesforce setup and that you have the proper permissions to access it. If the custom object does exist, you may need to double-check the API name to ensure it's correct, and if it doesn't exist, you may need to create it or ask an administrator to do so.

0/9000

unable to complete the Create Custom Profiles under Keep Data Secure in a Recruiting App as when I search profiles in quick find box it everytimes opens user profile. And when I clone it does not show Custom Object Permissions. Please help me.

We couldn't find the correct settings for the profile 'HR Recruiter' object named 'Candidate__c'. Double check the instructions.

 

Screenshot (293).png

 

#Custom Object

9 answers
  1. Aug 6, 2021, 7:13 AM

    Before creating the new profile, customize how profiles are viewed.  

    From Setup enter User Management Settings in the Quick Find box, and select User Management Settings.

     

    Set Enhanced Profile User Interface to Disabled (if it’s not already).  

     

    Check this one, whether you have disabled Enhanced Profile User Interface. Hope, this will work for you. Then check in Profile.

0/9000

My team uses a Custom Object to track different projects under an account. While the Activity allows us to log calls, tasks, events and emails, it does not pull over any of the Inbox emails, calls, tasks or notes that we see on the Account page. Our customers are small and We are constantly having to bounce between the account and project to see the history. Is there a way to change the relationship between the Project (custom object) and the Account so that we see all activity (+ SF Inbox) for the account on the Project activity listing?

 

#Salesforce Inbox  #Custom Object  #Einstein Activity Capture

14 answers
  1. Tom Bassett (Vera Solutions) Forum Ambassador
    Jun 19, 2022, 9:44 AM

    Hello,

    I suspect the doc here is making the distinguishment between business accounts and person accounts.

    If you are just using accounts then yes this should be supported.

0/9000

Our org has a custom object 'Value added service' that is offered to clients. If a sales rep does not sell the Value added service in 45 days we would like it to be automatically assigned to a team. 

 

Value added service is a child object of Account.

 

Is it possible to automatically assign Value added services?

 

#Automation #Assignment Rules #Custom Object

5 answers
0/9000

Hii All,

I am working on custom object and aura component.

I need to check in aura cmp if some record data is updated in custom object dynamically without refreshing the aura cmp page.

If the record is updaetd in backend due to some process...I need to perform some logic in aura.

Thankyou in advance. 

#Custom Object  #Aura Components

0/9000