-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
1Likes Given
-
4Questions
-
1Replies
navigatetoURL error in lightning classic
=====> Lightning component <====== <aura:component implements="force:appHostable"> <ui:button press="{!c.navigateIt}" label="Go!" /> </aura:component> ======> Lightning Component Controller <====== var navigateIt : function(component,helper,event) { var navigate = $A.get("e.force:navigateToURL"); navigate.setParams({ "url" : http://www.google.com"}); navigate.fire(); }
Getting Error : Something gone wrong :Cannot read property 'setParams' of undefined
in lightning classic but working fine in lightning experiance and salesforce 1
How can i achieve the same in lightning classing using events?
Thanks in advance .... :)
-
- Amit Raghuvanshi 6
- June 03, 2016
- Like
- 0
- Continue reading or reply
How can we map one object field with other object fields
hello everyone,
I have a vf which shows a picklist1 of all object and another which show its repective field, i have another picklist2 which again show list of all object with its respective fields.
when i select an object form picklist1 and its respective field and then i select other object from picklist2 and its respective field.
i want to map the field of both the object which i select form the picklists .Like we do in Lead Custom Field Mapping custom lead mapping .
i want to do same with the visualforce page.
thanks in advance
-
- Amit Raghuvanshi 6
- October 31, 2015
- Like
- 0
- Continue reading or reply
-
- Amit Raghuvanshi 6
- August 12, 2015
- Like
- 0
- Continue reading or reply
How to override the delete action of custom list view as pointed
when i click delete it deletes all the custom views but i want to override the action performed by the delete.
-
- Amit Raghuvanshi 6
- August 10, 2015
- Like
- 0
- Continue reading or reply
- Amit Raghuvanshi 6
- August 12, 2015
- Like
- 0
- Continue reading or reply
Display Type Of Object
Hello Everyone,
I want to display the relationship between two objects(MD or Lookup) on visualforce page and If i choose one object from one picklist then it shoul show picklist of its all related obejct and their relationship type (MD or Lookup) on vf.how can i achieve it??
Thanks in advance..
I want to display the relationship between two objects(MD or Lookup) on visualforce page and If i choose one object from one picklist then it shoul show picklist of its all related obejct and their relationship type (MD or Lookup) on vf.how can i achieve it??
Thanks in advance..
- pooja kasliwal
- October 31, 2015
- Like
- 1
- Continue reading or reply