• Rahul_kumar123
  • SMARTIE
  • 521 Points
  • Member since 2017

  • Chatter
    Feed
  • 16
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 149
    Replies
Hi All,

In the Site VF page our internal system pass the URL parameters when they click on a link. salesforce will take the URL parameters and insert a record in salesforce object based on the parameter.

PLease provide if you done this before...
Hi,

I want to add a visualforce component to the dashboard.
Can I use the filter criteria to adjust the visualforce component? How can I read this criteria to use it for the visualforce?

Thanks,
Sascha
Hi All, I have got this below error can any one help me in this please
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: CCKVMZHU
Hi All,

I have a requirement where there should be a input text field and as soon as user starts typing, request should go to thirt party api to get address suggestions and should come as drop down under that text box. Once user selects any one of them, it should autopopulate several fields(Like chrome address autofilling).

Since I am new to lightning components, can you please provide me an approach to acheive this? Anticipating your help.

Thanks

 
I need to generate older versions for partner wsdls of v34.0,v35.0,v36.0,v37.0, and v38.0,
With the steps I am able to generate only v39.0
Hey everyone, 

Looking for some direction on how to integrate FileNet and Salesforce. I have MuleSoft as the middleware. Any adive? pointers on how to make this a succesful integration?

Thanks so much

Rob
Rich-text editing is disabled because the LockerService critical update is activated. Your Salesforce admin can deactivate the LockerService critical update in Setup.
Is it possible to fully package Process Builder processes, and supporting items?

If we can package them, can customer's modify them or deactivate them?

Thanks in advance
Todd
I am getting below error

System.DmlException: ConvertLead failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Validation error on Contact: This field is alpha only​

please help me to solve this error
 
Hi Expert,

I have a developer account. Can i add new  app on appExchange by this account. or need any extra.

Thanks 
Mukesh 
Hello,

I'm building a VF page which retrieves info from the Order standard object and I have some difficulties to retrieve the information from the Order Products. How can I achieve it?

It seems to me there is no specific standard field in the Order standard object, but searching on the Internet it seems the Order Products are controlled by OrderItem but I don't understand how to retrieve the information to my VF page.



Also I need to create it for my VF page, not just for one specific order (I mean, one order ID), but also for every order it's registered into the system.



Thanks in advance.
Hi there, 

I have just finished the Suggestion Box App project. It was very useful, however I am now dismayed to find that the app I have created is not actually there on our SF system? There is no trace of the object, the processes or the reports. 

I completed the project through the 'Launch Hands-on org'. Is this not reflected in our system? Is there a way to copy it over if not, without having to repeat the whole process? 

Thank you.
Hello Everyone,
this is my code.
 public static Integer[] testfetch(String rid,String sob)
{
System.debug('my Dynamic object'+sob)//it prints account,opportuinityetc.
//String sobj=('Schema.'+sob);
 String query='SELECT Id,Name from '+sob+' where  ID =:rid';
  List<Schema.account> ob = Database.query(query);
        for(account a : ob){  
        }
}
As i want to make it generic so i cant take as Schema.Account or any object. instead of account i want value of sob variable ,so what should i do to represent or convert string sob value to actual object like account , lead etc
I have a lightning component called "LoginPage".
I would like to make this page as login page for Community.Can anyone provide the steps or guideline to achieve the functinality.

Thanks 
Muni