• Ranjith Dev
  • NEWBIE
  • 35 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 25
    Questions
  • 14
    Replies
Hi team,

The Uninstall link( Action) is not visible for a particular managed package. the client wants to uninstall that package. There is a system admin profile and having this "Download AppExchange Packages" permission also.

followed this link from the dev community: 
https://developer.salesforce.com/forums/?id=906F0000000kKASIA2

may I know the reason for this. 

User-added image
Hi Team,

I want to add a custom "Send an email" button on the "Additional Contacts" section on the Case object in lightning, but unable to see the "Additional Contacts" section on the case page layout.( lighting/classic).

How to visible that section on the Case page layout. Please guide me with any possible solution.
Hi Team,

I want to Post the data from salesforce to the AWS s3 bucket.

Below error is getting from the POSTMAN tool:
--------------------------------------------------------------
Code>PreconditionFailed</Code>
    <Message>At least one of the pre-conditions you specified did not hold</Message>
    <Condition>Bucket POST must be of the enclosure-type multipart/form-data</Condition>


Send me a sample POST Rest Api or any reference inks.

Please help.!

Thank you,
Ranjith M.
Hi Team,

I have a lightning Component that used the access="global". Salesforce has suggested please remove the access="global" in all lightning components.
User-added image
but when I remove the access="global", the package got not Upload it showing an error message.
User-added image
any suggestion that would be helpful for me.

Thank you.
Ranjith M
Hi team,

I have shown the record information through RecordId, Passing to the lightning application. It is working in salesforce internally and shown the information. I have dragged that lightning application into Community it does not work for me.

I thought about the base url issue. how to resolve this scenario.

Thank you.
Hi Team,

In Case Object i have a detail page button with URL type(  like : /c/PrintInformation.app?recordid={!Case.Id}&fieldSetName=FieldsSetName&sObjectTypeName=Case)

I want to visible this button in communitys( Partner / customer ). any possible cases. Please let me know
Hi Team,

I have a custom object and I want to edit access for fields when new creating a record by using the New standard button and read-only access when viewing the record.
I want to achieve this scenario through configuration. if not possible how can i achieve this

Thank you.

 
Hi Team,

When the date is changed or added in the field, Process the Approval process. In Approval process i want to perform the Approval Request, Approval Accepted ,Approval Denied.

how it can be achieved. If it is achieve through Wokflow, please let me know the possible cases.
Hi ,

How can we create a picklist value by apex code and how to create/update picklist value.

Thank you 
Hi Team,

I have custom window.print() button that print the data of record detail page information. when click on that button the text information is improper way. We have sections on record detail page i.e sections half text in one page another half text in another page. I want to print the information in section wise. Please help

Thank you
Ranjith



 
Hi,
Need to resolve the XSRF  issues from Code security review report of Product

When i preview the vf page i got the below error (In the page call only the controller and action)
"The link you followed isn’t valid. This page requires a CSRF confirmation token. Report this error to your Salesforce administrator."
Case 1.
when disable this checkbox for Vf page (Require CSRF protection on GET requests) - the error is not getting. But when i pull the report from Salesforce checkmarx i got the XSRF errors.

Case2:
or we can achive through the possible to disable the 'Cross-Site Request Forgery (CSRF) Protection'
Security controls -->session settings-->'Cross-Site Request Forgery (CSRF) Protection'

Please help
Hi, In LMA when change the value(Lead/ Licence) for subscriber and that value is updated in the Client org(Subscriber Installed org ). This value is change dynamically.  if is it is possible how can i do it for my Subscribers from LMA