Questions tagged [edit]
The edit tag has no summary.
67 questions
0 votes
0 answers
31 views
IDE-style editing of salesforce data records
Sorry I know this is a weird (probably dumb) question. We have a managed package that uses actual salesforce custom object records for its configuration. It is an ecommerce platform where the website ...
0 votes
0 answers
212 views
Lightning Page with related and details tabs, deleting related tab won't save
I have a Lightning Page for a custom object. It has both related and details tabs. I've been asked to delete related tab. This is somewhat simple when one uses "edit page". I've tried ...
0 votes
2 answers
808 views
What is the best way to prevent a field from being editable at a certain value?
I have a checkbox that I would like to not be un-checked once it's been checked. I've accomplished this by putting in a Validation Rule. AND(ISCHANGED(Field__c),PriorValue(Field__c) = True) But is ...
-2 votes
1 answer
139 views
How to edit the account results in the leads object?
In the leads object, when I click on "Convert" a lead, I click on "choose existing", I want to search for an account, then I can see a page with Account results (as you can see in ...
0 votes
2 answers
2k views
Why can't I allow guest users to edit existing records in a custom object?
I have a custom object named "Promotional Tokens", and need to allow guest users to edit a single field, on existing records in this object: Phone_Number__c. I've configured my site, and ...
0 votes
1 answer
2k views
Organization Wide Defaults on Opportunity record on private but user still has edit access
I've got a Test User on a Salesforce License with the lowest Role possible using the Standard Profile. The OWD for Opportunity is set to Public Read Only The OWD for Account is set to Public Read Only ...
0 votes
1 answer
160 views
Remove Edit in console App for Users
The Edit icon that is present in the image, it was getting displayed for the low level profile users as well. Do we have any permission where we can hide this to be not visible for Profile level users ...
-1 votes
1 answer
3k views
how can you increase code coverage without modifying test class? [duplicate]
If class has 74.5 % coverage then how can we increase 0.5% coverage without modifying test class?
-1 votes
1 answer
3k views
Salesforce User not able to edit a Asset record that he created
I have a profile whose is having Create/read/edit permissions on object level and the OWD of the object is Private. I am able to create a new record but when I try to edit the same record that I just ...
0 votes
1 answer
268 views
Standard Object Edit Modal Doesn't Scroll and makes unusable
I have clients that have had issues and I can not recreate them or find any information on why this would happen. I have a 2GP package that clients install and when they are looking at a standard ...
0 votes
1 answer
822 views
Not able to edit a Marketing Cloud Asset using REST API
So the error I am getting is related the fact that SFMC was not able to locate my asset So I used this : https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/updateAsset.html This is ...
0 votes
2 answers
572 views
How to prevent a custom LWC lookup component to be updated
I currently have a LWC in which I render a table with a custom LWC lookup field. How can I make this lookup field uneditable. Is there a syntax or CSS is can use to accomplish this since I currently ...
0 votes
0 answers
492 views
lightning tree grid - Make one particular column editable on the child rows
I have an requirement where in I have to make a particular column editable on the child rows of the lightning tree grid. I came to later on(after the development) that inline edit is not possible on ...
1 vote
1 answer
147 views
Is there a way to show/Invoke the Salesforce standard edit record from the VF page
Is there a way to show/Invoke the salesforce standard edit record from the VF page? I'm using DataTables to show the list of Tasks which is a Custom object, and I want to show up on the salesforce ...
-3 votes
1 answer
2k views
lightning treegrid [closed]
I have a lightning tree grid.. I want to edit on of the columns ... is inline edit possible in data grid tree . I have tried to make the column editable but it does not support Is there anyways we ...