• Venkat 163
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 2
    Replies
Hi ,
I am saving XML File in attachment(under custom object record), I have to fetch XML file from attachment and convert to String for apex class.

Please help me to achive.

Thanks,
Venkat
as per business requirement created one visual force page using slds and provided one link by using command link in that link refered one vf page(if user clicking on link it should navigate to lightning view), provided vf page using for both clasic view as well as lightning by $User.UIThemeDisplayed, if $User.UIThemeDisplayed=='Theme4d' it will show lightning block of code , if $User.UIThemeDisplayed=='Theme3' it will display classic view code by using rendered.

after switching to lightning if I am clicking on link it shold show lightning block of code but  it is showing classic code.

how can I navigative to lightning view by clicking on link from vf page ?
Please let me know while providing link by using pagereference, how to refere lightning view?
 
I am using <lightning:inputField /> for creating input field in component,I want make input is required or mandatory in lightning component.

Please provide sample code or solution around above senario.
I am storing (holding) account id in one variable in apex class by using getter and setter and also I am able to acess that variable into vf page,
but I am calling lightning component in vf page by using $Lightning.createComponent() please find below my code.

function createContact(){ $Lightning.use("c:Create_ContactApp", function() { $Lightning.createComponent("c:Create_Contact", { accId : "{!acid}" }, "lightning", function(cmp) { cmp.set("v.accId",acid); console.log("button was created"+acid); // do some stuff } ); }); }   

in the above code i am using "acid" variable (I am storing account id) but account id not passing dynamically  from vf page to lightning component.

If any one worked around this type of senario please give your solution.
I and some other colleagues received this notification via email to all our System Administrators:

"You have one or more certificates in your Salesforce org California College Guidance Initiative [org ID here] that will expire soon. Please review the list below and visit Certificate and Key Management from Setup to make an update.
 
   - SelfSignedCert_02FB2015_203932, Self-Signed, expires on 02/02/2016. Warning: This certificate will expire in 60 day(s)"

Does anyone have any tips as to how I can check if letting this expire impacts us or not? Has anyone else seen this?

we are using the certificate in the identity provider.So any one guide me how to update/extend the expire date.

 
I am using <lightning:inputField /> for creating input field in component,I want make input is required or mandatory in lightning component.

Please provide sample code or solution around above senario.
I and some other colleagues received this notification via email to all our System Administrators:

"You have one or more certificates in your Salesforce org California College Guidance Initiative [org ID here] that will expire soon. Please review the list below and visit Certificate and Key Management from Setup to make an update.
 
   - SelfSignedCert_20Nov2013_203932, Self-Signed, expires on 11/20/2015. Warning: This certificate will expire in 30 day(s)"

Does anyone have any tips as to how I can check if letting this expire impacts us or not? Has anyone else seen this?